summaryrefslogtreecommitdiff
path: root/searx/search/processors
AgeCommit message (Expand)Author
4 days[mod] network: migrate to curl_cffivojkovic
2026-08-06[fix] engines: only print search traceback in debug modeBnyro
2026-06-30[fix] clarify the mess of Engine.setup and Engine.init (#6343)Markus Heiser
2026-06-15[chore] complete and normalize the attributes of engine objects (#6258)Markus Heiser
2026-06-10[fix] sqlitedb: create DB Schema (DDL) during app initialization (hardening) ...Markus Heiser
2026-06-06[fix] online engine processor: accept language headers doesn't get sent for '...Bnyro
2026-06-03[fix] online engines: send_accept_language_header is sent even if disabledBnyro
2026-02-22[fix] online engines: remove HTTP Sec-Fetch-* headersMarkus Heiser
2026-02-22[mod] online engines - set common HTTP headersMarkus Heiser
2026-02-22[mod] fix some minor type hint issues / add some type hints moreMarkus Heiser
2025-11-25[fix] brave engines - web, images & videos (#5478)Markus Heiser
2025-11-25[fix] engines initialization - if engine load fails, set to inactiveMarkus Heiser
2025-11-20[fix] minor type hint issues (#5459)Markus Heiser
2025-09-28[mod] run bootload of the CURRENCIES cache on demandMarkus Heiser
2025-09-25[fix] ProcessorMap: fix error log, not enough arguments for format string (#5...Markus Heiser
2025-09-18[mod] addition of various type hints / engine processorsMarkus Heiser
2025-09-03[mod] addition of various type hints / tbcMarkus Heiser
2025-07-09[fix] prevent multiple, parallel initializations of tables in the cache DB (#...Markus Heiser
2025-05-25[mod] data: implement a simple currencies (SQL) database (#4836)Markus Heiser
2025-01-28[refactor] typification of SearXNG (initial) / result items (part 1)Markus Heiser
2024-11-23[log] warning with URL in case of 'raise_for_httperror'Markus Heiser
2024-10-15[fix] online_currency.py: if more alternatives, use the last in the listMarkus Heiser
2024-03-11[mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTIONMarkus Heiser
2024-03-09[black] upgrade black 22.12.0 --> 24.2.0Markus Heiser
2023-12-31Searx to SearXNG change error messageÉmilien (perso)
2023-12-03[mod] add option max_pageMarkus Heiser
2023-09-18[fix] spellingjazzzooo
2023-05-19use logger.warningpankaj
2023-04-15[fix] searxng_extra/update/update_engine_descriptions.py (part 1)Markus Heiser
2023-03-24[mod] remove obsolete EngineTraits.supported_languagesMarkus Heiser
2023-03-24[mod] Google: reversed engineered & upgrade to data_type: traits_v1Markus Heiser
2023-03-24[mod] replace engines_languages.json by engines_traits.jsonMarkus Heiser
2023-02-10[mod] make python code pylint 2.16.1 compliantMarkus Heiser
2022-10-14searx.network: add "verify" option to the networksAlexandre Flament
2022-09-27[fix] typos / reported by @kianmeng in searx PR-3366Markus Heiser
2022-08-01[mod] add 'Accept-Language' HTTP header to online processoresMarkus Heiser
2022-08-01[doc] add description of method EngineProcessor.get_params()Markus Heiser
2022-07-07Merge pull request #1443 from return42/fix-online_dictionaryMarkus Heiser
2022-07-07[fix] online_dictionary: regular expressionMarkus Heiser
2022-07-06Better explanation for the use of use_mobile_uiÉmilien Devos
2022-06-11notify the user that use_mobile_ui parameter existEmilien Devos
2022-06-03[fix] prepare for pylint 2.14.0Markus Heiser
2022-01-30[enh] implement a OnlineUrlSearchProcessorMarkus Heiser
2022-01-17[typing] add type hints for dictionariesMartin Fischer
2021-12-27[format.python] initial formatting of the python codeMarkus Heiser
2021-12-27[format.python] disable py code formatting for some hunks of codeMarkus Heiser
2021-09-17[pylint] fix global-variable-not-assigned issuesMarkus Heiser
2021-09-10[mod] searx.metrics & searx.search: use the engine loggersAlexandre Flament
2021-09-07[pylint] searx: drop no longer needed 'missing-function-docstring'Markus Heiser
2021-07-03[pylint] prepare for pylint v2.9.3 / fix some (new) pylint issuesMarkus Heiser