summaryrefslogtreecommitdiff
path: root/searx/search/processors/__init__.py
AgeCommit message (Collapse)Author
2020-12-17[mod] split searx.search into different processorsAlexandre 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.