| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fix bing "garbage" results
|
|
|
|
|
|
this fixes duckduckgo error response
|
|
|
|
|
|
|
|
|
|
|
|
Closes #1229
|
|
|
|
Closes #1293
|
|
|
|
|
|
[Feature] Acgsou as a searchable engine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This solves a bug with Yahoo where some results don't specify
a protocol.
|
|
[mod] Refactor engine's search language handling
|
|
|
|
Add match_language function in utils to match any user given
language code with a list of engine's supported languages.
Also add language_aliases dict on each engine to translate
standard language codes into the custom codes used by the engine.
|
|
|
|
|
|
Add languages supported by either all default general engines or 10 engines.
|
|
|
|
|
|
|
|
Fix Vim mode on Firefox
|
|
|
|
Firefox automatically opens a built-in quick search when user
starts typing without selected input and the Vim shortcuts
are not triggered
|
|
|
|
|
|
|