Closed
Description
Related to meilisearch/integration-guides#302
Explanation of the feature
Changes
- new settings
localizedAttributes
and the sub-methods associated to it - new search parameter
locales
Usage: https://meilisearch.notion.site/v1-10-Language-settings-usage-26c5d98b553349d9abacbe7aff698e4e
TODO
- Add a new search parameter named
locales
to thesearch
method - Ensure the
updateSettings
route can accept the newlocalizedAttributes
setting - Create new methods
getLocalizedAttributes
,updateLocalizedAttributes
andresetLocalizedAttributes
corresponding to the sub settingsGET/PUT/DELETE
routes - Add tests
bump-meilisearch-v1.10.0
and NOT main
. Please do 1 PR for all of these changes, and not several.