You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2021. It is now read-only.
I'm reporting this as I've noticed for quite a while that github search feature is not the
feature needed by a developer.
I often find myself cloning the repository and using grep recursively or on a specific directory.
Advanced search is just plain confusing and takes too many steps to access.
Example:
1) When searching from the /src directory the search is launched on the whole repo
2) When searching for a common term only 10 results are displayed
Expected behavior:
1) The search is launched on the /src directory
2) The search displays more results with less code around the search term (see first post)
A few suggestions:
Enable search on specific directories from the search bar ("This repository" button)
Replace the search feature with a UI version of grep ?
Display more results and less code around search term (maybe an expand button)