Skip to content

Global search

Since Mobilizon 3.0.0, a global search feature is available, using the API from https://search.joinmobilizon.org.

Configuration

The following is the default configuration.

config :mobilizon, :search, global: [
    is_default_search: false,
    is_enabled: true
]

Setting is_enabled to false will disable the feature, whereas setting is_default_search to true will make the global search the default when searching on the instance.


Last update: November 8, 2022