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, if base_url is not set, a ValueError is raised during initialization.