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_urlmust be set in the configuration, if- base_urlis not set, a- ValueErroris raised during initialization.