| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-01 | [mod] dynamically set language_support variable | Alexandre Flament | |
| The language_support variable is set to True by default, and set to False in only 5 engines. Except the documentation and the /config URL, this variable is not used. This commit remove the variable definition in the engines, and set value according to supported_languages length: False when the length is 0, True otherwise. Close #2485 | |||
| 2021-01-14 | [enh] engines: add about variable | Alexandre Flament | |
| move meta information from comment to the about variable so the preferences, the documentation can show these information | |||
| 2020-10-02 | [mod] move extract_text, extract_url to searx.utils | Alexandre Flament | |
| 2020-09-10 | Drop Python 2 (4/n): SearchQuery.query is a str instead of bytes | Dalf | |
| 2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
| 2018-08-21 | Fix pep8 errors | Alice Ferrazzi | |
| 2018-08-21 | Fix choosing languges function | Alice Ferrazzi | |
| Searching for english is now giving all pages results. Instead searching for a specific language different from english is correctly returning only translated pages for the selected language. | |||
| 2018-08-12 | added languages to Gentoo engine | Alice Ferrazzi | |
| 2018-08-12 | gentoo engine test | Alice Ferrazzi | |