| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-27 | [lint] pylint searx/search/processors files / BTW add some doc-strings | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-02-23 | [mod] update currencies.json and fetch_currencies.py | Alexandre Flament | |
| use a sparql request on wikidata to get the list of currencies. currencies.json contains the translation for all supported searx languages. Supersede #993 | |||
| 2021-01-12 | [enh] add checker | Alexandre Flament | |
| 2020-12-17 | [mod] split searx.search into different processors | Alexandre Flament | |
| see searx.search.processors.abstract.EngineProcessor First the method searx call the get_params method. If the return value is not None, then the searx call the method search. | |||