-
-
Notifications
You must be signed in to change notification settings - Fork 455
Change WebSearch default to global and update result ordering #372
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
Conversation
|
There's an issue for changing one to global keyword, that when you want to use action keyword for other source, this one will appear still. (and search suggestions will be duplicate maybe) |
|
Maybe we can change the suggestion source to not directly search, but change query to specific suggestion to avoid duplicate suggestion for different source. |
|
Well because it's using global and it's searching whatever you have typed in, therefore results from it will show up, this behaviour is normal, it's not broken. We should probably improve it by if there is an action keyword matched with another source, then show the results from that action keyword above the result from global action keyword, ie results from github search after typing |
Well, the main issue I am concerning about is the suggestion source. Currently that is not supporting multiple suggestion source. |

Since web searches is performed many times, let's change the default to global action keyword so first time users do not need to go hunting in settings to find out the action keyword to activate it.
Update so if a action keyword is matched, display on top of global action keyword ('*')

before:
after:

suggestions also follow the same format.