-
Notifications
You must be signed in to change notification settings - Fork 91
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
Allow users to customize facet value sort behaviour #514
base: main
Are you sure you want to change the base?
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.
Hey! Thank you for the changes. Would it be possible to change the casing of the FacetSortValue
enum variants, please?
ALPHA, | ||
#[serde(rename = "count")] | ||
COUNT, |
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.
ALPHA, | |
#[serde(rename = "count")] | |
COUNT, | |
Alpha, | |
#[serde(rename = "count")] | |
Count, |
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.
Hello @hmacr
thanks a lot for your multiple PRs
Can you rebase the branch? there are git conflicts currently
Pull Request
Related issue
Fixes #502
What does this PR do?
PR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!