-
Notifications
You must be signed in to change notification settings - Fork 58
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
SortFacetValuesBy support #591
Conversation
7473027
to
5bde104
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.
thank you for the PR
}; | ||
await client.Index("INDEX_NAME").SearchAsync<T>("badman", params); | ||
get_dictionary_1: |- |
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.
@danFbach why did you remove the dictionary code samples?
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.
might have been working with an outdated example file when i made this pr
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
Merge conflict. |
bors merge |
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.
bors merge
Already running a review |
Build succeeded:
|
Pull Request
Related issue
Fixes #460
What does this PR do?
-implements sort facets feature
PR checklist
Please check if your PR fulfills the following requirements:
let me know if i missed anything.