Meilisearch
The Meilisearch search engine is used in the Control Center.
Check status of Meilisearch
The full API reference of the Meilisearch API can be found here
Check status of the service
curl "https://meilisearch.themobilityfactory.coop/health" -H "Authorization: Bearer <insert secret here>" | jq
Check tasks currently being processed
curl "https://meilisearch.themobilityfactory.coop/tasks?statuses=processing" -H "Authorization: Bearer <insert secret here>" | jq
Update Meilisearch instance to a new version
See article here