-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve issue & code search #33860
Improve issue & code search #33860
Conversation
ee59dd5
to
6127b4d
Compare
b50e754
to
4346249
Compare
2d77e13
to
3de2208
Compare
3de2208
to
ad14b12
Compare
Hi, It looks good overall. However, the user might not want to deal with complicated mode selection, I would like the UI to be similar to grep.app or sourcegraph, which would make it closer to the search experience in IDEs like in vscode.
https://grep.app/search?q=make+func ![]() https://sourcegraph.com/search?q=context:global+make+func&patternType=keyword&sm=0 ![]() |
This is only a refactoring PR to fix existing problems. New PRs could have new UI. |
ce45b7c
to
fa4beda
Compare
fa4beda
to
0d9f336
Compare
Each "indexer" should provide the "search modes" they support by themselves. And we need to remove the "fuzzy" search for code.