The /experimental-features route allows you to manage some of Meilisearch’s experimental features.
/experimental-features
route allows you to activate or deactivate some of Meilisearch’s experimental features.
This route is synchronous. This means that no task object will be returned, and any activated or deactivated features will be made available or unavailable immediately.
Name | Type | Description |
---|---|---|
metrics | Boolean | true if feature is active, false otherwise |
logsRoute | Boolean | true if feature is active, false otherwise |
containsFilter | Boolean | true if feature is active, false otherwise |
editDocumentsByFunction | Boolean | true if feature is active, false otherwise |
network | Boolean | true if feature is active, false otherwise |
chatCompletions | Boolean | true if feature is active, false otherwise |
/experimental-features
route and whether or not they are currently activated.
200 Ok
null
leaves its value unchanged.
200 Ok