summaryrefslogtreecommitdiff
path: root/searx/search/__init__.py
AgeCommit message (Expand)Author
2022-07-30[fix] pyright repported errorsAlexandre Flament
2022-06-03[fix] prepare for pylint 2.14.0Markus Heiser
2022-01-05[enh] settings.yml: implement general.enable_metricsAlexandre Flament
2021-12-27[format.python] initial formatting of the python codeMarkus Heiser
2021-10-12[enh] verify that Tor proxy works every time searx startsAlexandre Flament
2021-09-10[mod] searx.metrics & searx.search: use the engine loggersAlexandre Flament
2021-09-10[doc] update docs/dev/plugins.rstAlexandre Flament
2021-09-09[mod] plugin: call on_result after each engine from the ResultContainerAlexandre Flament
2021-09-07[pylint] searx: drop no longer needed 'missing-function-docstring'Markus Heiser
2021-06-01[mod] settings_default: remove searx.search.max_request_timeout global variableAlexandre Flament
2021-05-21[pylint] searx/search/__init__.py & replace lic-text by SPDX tagMarkus Heiser
2021-05-21[mod] remove gc.collect() after each user requestAlexandre Flament
2021-05-05[mod] multithreading only in searx.search.* packagesAlexandre Flament
2021-04-21[enh] rewrite and enhance metricsAlexandre Flament
2021-04-21[mod] refactoring: processorsAlexandre Flament
2021-03-25[fix] checker: various bug fixesAlexandre Flament
2021-03-06[enh] add ability to send engine data to subsequent requestsAdam Tauber
2021-01-12[enh] checker: background checkAlexandre Flament
2021-01-12[enh] add checkerAlexandre Flament
2020-12-18[mod] searx.search.EngineRef: remove from_bang parameterAlexandre Flament
2020-12-18[mod] searx.search.SearchQuery: remove categories parameterAlexandre Flament
2020-12-17[fix] fix of PR #2225Alexandre Flament
2020-12-17[mod] split searx.search into different processorsAlexandre Flament
2020-12-17[mod] searx.search: search_multiple_requests is a method of Search classAlexandre Flament
2020-12-17[mod] move seax/search.py to searx/search/__init__.pyAlexandre Flament