-
Notifications
You must be signed in to change notification settings - Fork 86
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
Changes related to the next MeiliSearch release (v0.22.0) #318
Conversation
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
3b98be1
to
d0f4a5a
Compare
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.
Could you add sort
line 263 in .code-samples.meilisearch.yaml
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 think this code sample should be updated:
settings_guide_ranking_rules_1: |-
client.index('movies').update_settings({
'rankingRules': [
'words',
'typo',
'proximity',
'attribute',
'exactness',
'asc(release_date)',
'desc(rank)'
]
})
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.
LGTM 🔥
bors merge |
Related to this issue: meilisearch/integration-guides#139
This PR:
This PR is auto-generated for the pre-release week purpose.