If you plan on using only Google, the flag enable-windows-desktop-search-redirection
is your friend.
If not, the Chrometana addon works for you.
Depending on your preferred search engine, you need to use a different addon:
- DuckDuckGo
- For other engines, you'll need to set a custom redirection rule with the Redirector addon using the following regular expression match pattern:
https?:\/\/www.bing.com\/search\?q=([^&]+).*
. Your original, URL-encoded, search query is represented as$1
when you set your redirection URL.