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 the relevant methods to configure facetSearch and prefixSearch index settings.
The methods associated with the /settings API route (to get, reset and update the settings globally) must be able to receive in the payload the new facetSearch and prefixSearch fields (in meilisearch-js, the equivalent methods are getSettings(), updateSettings(), and resetSettings())
Following the changes related to Meilisearch v1.12.0 mega issue
Description
Add features introduced in Meilisearch v1.12.0: the
facetSearch
andprefixSearch
index settings.For more information refer to the docs:
For reference, here is how these methods were implemented in JavaScript within meilisearch-js:
Implementation
Tasks:
facetSearch
andprefixSearch
index settings./settings
API route (to get, reset and update the settings globally) must be able to receive in the payload the newfacetSearch
andprefixSearch
fields (in meilisearch-js, the equivalent methods aregetSettings()
,updateSettings()
, andresetSettings()
).code-samples.meilisearch.yaml
to for the following keys, using the same example as their curl counterpart:get_facet_search_settings_1
update_facet_search_settings_1
reset_facet_search_settings_1
get_prefix_search_settings_1
update_prefix_search_settings_1
reset_prefix_search_settings_1
The text was updated successfully, but these errors were encountered: