| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-05 | [enh] add more categories | Martin Fischer | |
| 2021-12-27 | [format.python] initial formatting of the python code | Markus Heiser | |
| This patch was generated by black [1]:: make format.python [1] https://github.com/psf/black Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-12-27 | [format.python] disable py code formatting for some hunks of code | Markus Heiser | |
| Disable the python code formatting from python-black, where the readability of code suffers by formatting. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 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-12-03 | [mod] xpath, 1337x, acgsou, apkmirror, archlinux, arxiv: use eval_xpath_* ↵ | Alexandre Flament | |
| functions | |||
| 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 | |
| 2019-01-07 | Revert "remove 'all' option from search languages" | Noémi Ványi | |
| This reverts commit 4d1770398a6af8902e75c0bd885781584d39e796. | |||
| 2018-03-27 | refactor engine's search language handling | Marc Abonce Seguin | |
| 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. | |||
| 2017-12-06 | remove 'all' option from search languages | marc | |
| 2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
| 2016-12-13 | [enh] add supported_languages on engines and auto-generate languages.py | marc | |
| 2016-12-09 | [mod] do not escape html content in engines | Adam Tauber | |
| 2016-08-11 | Add missing blank lines after class or function definition. | stepshal | |
| 2016-03-25 | Remove content field from ArchWiki results; reformat code in archlinux.py | Kirill Isakov | |
| Content field in Arch Wiki search results is of no real use, more often than not it contains no usable information and includes too many markup tags which make the text unreadable. It is safe to remove it. | |||
| 2016-03-24 | Add Arch Linux Wiki search engine | Kirill Isakov | |