-
Notifications
You must be signed in to change notification settings - Fork 98
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
Add methods to configure new prefixSearch
and facetSearch
index settings
#702
Conversation
Hey @norkunas 👋 I went ahead I tagged you as a reviewer since you helped me with the previous PRs. I hope you can assist me with reviewing this one too. 🙏 |
// Settings - Facet Search | ||
|
||
/** | ||
* @since Meilisearch v1.12.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we really need this annotation (everywhere)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wouldn't say we need it to the point where we should update all the code base. But if it shows up in the generated documentation, then it's useful information for the reader. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
prefixSearch
and facetSearch
index settingsprefixSearch
and facetSearch
index settings
Pull Request
Related issue
Fixes #694
What does this PR do?
getSettings()
, andupdateSettings
allow the new settingsgetFacetSearch()
,updateFacetSearch()
, andresetFacetSearch()
methodsgetPrefixSearch()
,updatePrefixSearch()
, andresetPrefixSearch()
methods