NumeriusNegidius / Context-Search

A Firefox WebExtension that displays a context menu, that searches for the selected text.
https://addons.mozilla.org/firefox/addon/context-search-we/
Mozilla Public License 2.0
32 stars 9 forks source link

Search engines are disabled "%s" is typed "%S" #45

Closed brain8891 closed 5 years ago

brain8891 commented 6 years ago

Many of my search engines were disabled(greyed out). I didn't realize why till I notice that if I changed the Capital "S" in "%S" with a lower case "s" then it would become active.

NumeriusNegidius commented 5 years ago

A general replace %S with %s will not be implemented. The biggest reason is that Firefox creates the keyword searches with %s. According to issue #40, %s and %S differ in meaning. I'm closing this issue and keeping the other issue open.