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

v0.29: Add new search parameter matchingStrategy #1840

Closed
maryamsulemani97 opened this issue Aug 24, 2022 · 1 comment · Fixed by #1865
Closed

v0.29: Add new search parameter matchingStrategy #1840

maryamsulemani97 opened this issue Aug 24, 2022 · 1 comment · Fixed by #1865
Milestone

Comments

@maryamsulemani97
Copy link
Contributor

maryamsulemani97 commented Aug 24, 2022

v0.29 introduces a new search parameter: matchingStrategy that defines which strategy to use to match query terms within the documents as search results:

  • last: documents containing all the query words (i.e., in the q parameter) are returned first by Meilisearch
  • all: Only the documents containing all the query words (i.e., in the q parameter) are returned by Meilisearch

Update Search API reference

References:

@curquiza
Copy link
Member

Fresh new info, it's finally matchingStrategy, sorry for the trouble!

@maryamsulemani97 maryamsulemani97 changed the title v0.29: Add new search parameter wordMatchingStrategy v0.29: Add new search parameter matchingStrategy Aug 25, 2022
@guimachiavelli guimachiavelli mentioned this issue Sep 5, 2022
bors bot added a commit that referenced this issue Oct 3, 2022
1859: v0.29 r=maryamsulemani97 a=guimachiavelli

This is a staging PR for all changes related to Meilisearch v0.29.

Please avoid making changes directly to this PR; instead, create new child branches based off this one.

Closes meilisearch/integration-guides#213, #1854, #1853, #1852, #1851, #1840, #1839, #1838, #1837, #1846


Co-authored-by: gui machiavelli <[email protected]>
Co-authored-by: Maryam Sulemani <[email protected]>
Co-authored-by: gui machiavelli <[email protected]>
Co-authored-by: Maryam <[email protected]>
Co-authored-by: Clémentine Urquizar <[email protected]>
@bors bors bot closed this as completed in 5b137da Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants