Search for a code from repositories containing specific files/packages #9907
Unanswered
dhavall08
asked this question in
Code Search and Navigation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if it is an available feature but I'd like to search code with a specific pattern of the available repository.
Example: I want to search code for file upload to s3 in repositories where there is serverless.yml file exists; or where the package.json of the repository contains specific packages, because, in that way, I can get only those implemented code and not the library code or other doc files. If right now, I search "serverless s3.upload", it searches the word "serverless" which is not a necessary part of code for many examples.
Beta Was this translation helpful? Give feedback.
All reactions