Add searx.results module

Based on #1412
This commit is contained in:
Alexandre Flament 2022-07-26 21:43:20 +02:00 committed by Markus Heiser
parent 675dc04917
commit e242005916
5 changed files with 295 additions and 25 deletions

View file

@ -68,6 +68,8 @@ class Engine: # pylint: disable=too-few-public-methods
safesearch: bool
time_range_support: bool
timeout: float
weight: float
display_error_messages: bool
# Defaults for the namespace of an engine module, see :py:func:`load_engine`