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

SortFacetValuesBy support #591

Merged
merged 6 commits into from
Jan 8, 2025

Conversation

danFbach
Copy link
Contributor

@danFbach danFbach commented Dec 3, 2024

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:

  • Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
  • Have you read the contributing guidelines?
  • Have you made sure that the title is accurate and descriptive of the changes?

let me know if i missed anything.

@danFbach danFbach closed this Dec 3, 2024
@danFbach danFbach force-pushed the sort-facets-value-460 branch from 7473027 to 5bde104 Compare December 3, 2024 21:35
@danFbach danFbach reopened this Dec 3, 2024
Copy link
Member

@curquiza curquiza left a 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: |-
Copy link
Member

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?

Copy link
Contributor Author

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

curquiza
curquiza previously approved these changes Jan 8, 2025
Copy link
Member

@curquiza curquiza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Niiiice

bors merge

@curquiza curquiza added the enhancement New feature or request label Jan 8, 2025
Copy link
Contributor

meili-bors bot commented Jan 8, 2025

Merge conflict.

@curquiza
Copy link
Member

curquiza commented Jan 8, 2025

bors merge

Copy link
Member

@curquiza curquiza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

Copy link
Contributor

meili-bors bot commented Jan 8, 2025

Already running a review

Copy link
Contributor

meili-bors bot commented Jan 8, 2025

Build succeeded:

@meili-bors meili-bors bot merged commit 9ee4f3b into meilisearch:main Jan 8, 2025
4 checks passed
@danFbach danFbach deleted the sort-facets-value-460 branch January 8, 2025 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[v1.3] Sort facets value by alphanumerical or count order
2 participants