mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[mod] split searx.search into different processors
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.
This commit is contained in:
@@ -23,7 +23,7 @@ from threading import Thread
|
||||
from searx import logger
|
||||
|
||||
|
||||
offline = True
|
||||
engine_type = 'offline'
|
||||
paging = True
|
||||
command = []
|
||||
delimiter = {}
|
||||
|
||||
Reference in New Issue
Block a user