evilpie / add-custom-search-engine

Add a custom search engine to the list of available search engines in Firefox
https://addons.mozilla.org/en-US/firefox/addon/add-custom-search-engine/
Mozilla Public License 2.0
173 stars 13 forks source link

Don't turn spaces into + signs #51

Closed jdlongman closed 1 year ago

jdlongman commented 1 year ago

There should be an option not to turn spaces into + signs. This is incorrect behavior for searching e.g. torrent sites. If it has to be url parameterized maybe turn it into %20 if need be.

evilpie commented 1 year ago

As far as I know, this is not an option we can offer. Firefox decides how to encode.

kazerniel commented 9 months ago

Is there any way around it? Metacritic search has broken recently because + signs just get cut out of the string by the site, so the searched term has no spaces, and of course returns no hits. (If I try the site's internal search, spaces remain spaces in the URL bar.)