summaryrefslogtreecommitdiff
path: root/searx/engines/mojeek.py
AgeCommit message (Collapse)Author
2025-02-20[fix] mojeek web engine: don't add empty fmt argument for web searchesMarkus Heiser
Empty ``&fmt=`` argument triggers an automated tools detection from mojeek. Suggested-by: @shinodark in https://github.com/searxng/searxng/issues/4307#issuecomment-2669355322 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-10-15[enh] engine: mojeek - add language support0xhtml
Improve region and language detection / all locale Testing has shown the following behaviour for the different default and empty values of Mojeeks parameters: | param | idx | value | behaviour | | -------- | --- | ------ | ------------------------- | | region | 0 | '' | detect region based on IP | | region | 1 | 'none' | all regions | | language | 0 | '' | all languages |
2024-06-23[fix] implement tests and remove usage of gen_useragent in enginesGrant Lanham
2024-06-07[feat] mojeek: implement dedicated moduleBnyro