Opt-out settings v2 #5163
Labels
enhancement
New feature or improvement
impacts cloud
This issue involves changes for the Meilisearch's cloud team
impacts docs
This issue involves changes in the Meilisearch's documentation
impacts integrations
This issue involves changes in the Meilisearch's integrations
Milestone
Motivation
Let the user customize their relevancy to improve their indexing speed
Usage
https://meilisearch.notion.site/Opt-out-settings-v2-usage-15c4b06b651f8188ae57fca7aa73b527?pvs=4
TODO
Reminders when modifying the Setting API
test_setting_routes
macro/settings/my-new-setting
configurated in themake_setting_routes
macro/settings
route configurated in theupdate_all
function/settings
route serializing, e.g., enums case can be different (camelCase
in route andPascalCase
in the dump)Special cases when adding a setting for an experimental feature
Unset
when returned from the index in this situation. See an example)validate_settings
function)Impacted teams
@meilisearch/docs-team @meilisearch/integration-team @meilisearch/cloud-team
The text was updated successfully, but these errors were encountered: