summaryrefslogtreecommitdiff
path: root/searx/engines/mojeek.py
AgeCommit message (Collapse)Author
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