Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v1.12.0] New settings: facetSearch & prefixSearch #694

Closed
4 tasks
curquiza opened this issue Nov 26, 2024 · 1 comment · Fixed by #702
Closed
4 tasks

[v1.12.0] New settings: facetSearch & prefixSearch #694

curquiza opened this issue Nov 26, 2024 · 1 comment · Fixed by #702
Assignees
Labels
Meilisearch bump Changes related to the Meilisearch bump version

Comments

@curquiza
Copy link
Member

Related to meilisearch/integration-guides#307

Explanation of the feature

  • New index settings: facetSearch
  • New index settings: prefixSearch

Usage: https://meilisearch.notion.site/API-usage-Settings-to-opt-out-indexing-features-fff4b06b651f8108ade3f858aeb16b14

TODO

  • Ensure the methods getSettings(), and updateSettings can accept the new settings fields: facetSearch & prefixSearch
  • Add the new methods: getFacetSearch(), updateFacetSearch() and resetFacetSearch() calling the appropriate Meilisearch routes
  • Add the new methods: getPrefixSearch(), updatePrefixSearch() and resetPrefixSearch() calling the appropriate Meilisearch routes
  • Add tests

⚠️ Make PRs pointing to bump-meilisearch-v1.12.0 and NOT main. Please do 1 PR for all of these changes, and not several.

@Strift
Copy link
Collaborator

Strift commented Dec 10, 2024

Closed by #702

@Strift Strift closed this as completed Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meilisearch bump Changes related to the Meilisearch bump version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants