-
Notifications
You must be signed in to change notification settings - Fork 66
Update autocomplete client documentation for meiliSearchParams
#1343
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
Conversation
|
curquiza
left a comment
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.
Niiiice
bors merge
| - [`placeholderSearch`](#placeholder-search): Enable or disable placeholder search (default: `true`). | ||
| - [`primaryKey`](#primary-key): Specify the primary key of your documents (default `undefined`). | ||
| - [`keepZeroFacets`](#keep-zero-facets): Show the facets value even when they have 0 matches (default `false`). | ||
| - [`matchingStrategy`](#matching-strategy): Determine the search strategy on words matching (default `last`). |
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'd remove this line here as well, for clarity, since it doesn't do anything here and only works as one of the meiliSearchParams, thanks!
1346: Update `matchingStrategy` docs in autocomplete client README r=brunoocasali a=Strift This PR: - Removes documentation about `matchingStrategy` field in `options` (does not exist) - Removes the section about Matching Strategy for consistency Follows an incomplete update of documentation made in #1343, and actually fixes #1338 Thanks to `@sgilberg` for the report and review 🙌 Co-authored-by: Strift <[email protected]> Co-authored-by: Laurent Cazanove <[email protected]> Co-authored-by: Bruno Casali <[email protected]>
Pull Request
Related issue
Fixes #1338
What does this PR do?
Thank you so much for contributing to Meilisearch!