-
Notifications
You must be signed in to change notification settings - Fork 90
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 frequency matching strategy #1670
Add frequency matching strategy #1670
Conversation
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.
Thank you very much again!
Can you fix the style check?
This time I was able to reproduce it on my machine
.code-samples.meilisearch.yaml
Outdated
search_parameter_guide_matching_strategy_3: |- | ||
client.index('movies').search('big fat liar', { | ||
matchingStrategy: 'frequency' | ||
}) |
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.
search_parameter_guide_matching_strategy_3: |- | |
client.index('movies').search('big fat liar', { | |
matchingStrategy: 'frequency' | |
}) |
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.
Sorry I remove this because I don't know yet what documentation will ask from us, I will update it myself, don't worry
Thanks for helping
1d6507e
into
meilisearch:bump-meilisearch-v1.9.0
Pull Request
Related issue
Fixes #1666
What does this PR do?
PR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!