Matrix Rooms Search (MRS)¶
Matrix Rooms Search - a fully-featured, standalone, matrix rooms search service.
Configuration¶
The engine has the following mandatory settings:
base_url
- name: MRS
engine: mrs
base_url: https://mrs-host
...
Implementation¶
- searx.engines.mrs.init(engine_settings)[source]¶
The
base_url
must be set in the configuration, ifbase_url
is not set, aValueError
is raised during initialization.