.oO SearXNG Developer Documentation Oo.
|
Functions | |
init (engine_settings) | |
request (query, params) | |
response (resp) | |
Variables | |
dict | about |
bool | paging = True |
list | categories = ['social media'] |
str | base_url = "" |
str | matrix_url = "https://matrix.to" |
int | page_size = 20 |
Matrix Rooms Search - a fully-featured, standalone, matrix rooms search service. Configuration ============= The engine has the following mandatory settings: - :py:obj:`base_url` .. code:: yaml - name: MRS engine: mrs base_url: https://mrs-host ... Implementation ==============
searx.engines.mrs.init | ( | engine_settings | ) |
The ``base_url`` must be set in the configuration, if ``base_url`` is not set, a :py:obj:`ValueError` is raised during initialization.
Definition at line 40 of file mrs.py.
searx.engines.mrs.request | ( | query, | |
params ) |
searx.engines.mrs.response | ( | resp | ) |
Definition at line 54 of file mrs.py.
dict searx.engines.mrs.about |