You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new search parameter named locales to the search methods (GET and POST)
Ensure the updateSettings route can accept the new localizedAttributes setting
Create new methods getLocalizedAttributes, updateLocalizedAttributes and resetLocalizedAttributes corresponding to the sub settings GET/PUT/DELETE routes
620: Add support for language settings and search parameter r=ManyTheFish a=necocen
# Pull Request
## Related issue
Fixes#611
## What does this PR do?
- Added `locales` parameter and `with_locales` method to `SearchQuery` struct
- Added localized attributes related methods to `Index` and `Settings`
- Added tests
- Added code samples
- search_parameter_reference_locales_1
- get_localized_attribute_settings_1
- update_localized_attribute_settings_1
- reset_localized_attribute_settings_1
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
Co-authored-by: necocen <[email protected]>
Following this central issue
Explanation of the feature
Changes
localizedAttributes
and the sub-methods associated to itlocales
Usage: https://meilisearch.notion.site/v1-10-Language-settings-usage-26c5d98b553349d9abacbe7aff698e4e
TODO
locales
to thesearch
methods (GET and POST)updateSettings
route can accept the newlocalizedAttributes
settinggetLocalizedAttributes
,updateLocalizedAttributes
andresetLocalizedAttributes
corresponding to the sub settingsGET/PUT/DELETE
routesThe text was updated successfully, but these errors were encountered: