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

Facet search #344

Merged
merged 4 commits into from
Aug 14, 2023
Merged

Facet search #344

merged 4 commits into from
Aug 14, 2023

Conversation

ahmednfwela
Copy link
Collaborator

Pull Request

Related issue

Fixes #340

What does this PR do?

  • added Future<FacetSearchResult> facetSearch(FacetSearchQuery query) to MeiliSearchIndex
  • added tests
  • Internal refactoring

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?

Thank you so much for contributing to Meilisearch!

@brunoocasali brunoocasali added the enhancement New feature or request label Aug 14, 2023
brunoocasali
brunoocasali previously approved these changes Aug 14, 2023
Copy link
Member

@brunoocasali brunoocasali left a comment

Choose a reason for hiding this comment

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

Looks good to me @ahmednfwela nice work as usual!

I will just ask you to improve the PR description to be close to what I should add to the CHANGELOG :)

@brunoocasali
Copy link
Member

I'll let you merge after that :)

@ahmednfwela
Copy link
Collaborator Author

I will just ask you to improve the PR description to be close to what I should add to the CHANGELOG :)

well, the only user-facing change is just the added facetSearch method, the rest is just internal refactoring

I will fix the conflict and push a new version

@ahmednfwela
Copy link
Collaborator Author

@brunoocasali please check now :)

Copy link
Member

@brunoocasali brunoocasali left a comment

Choose a reason for hiding this comment

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

LGTM!!

bors merge

@meili-bors
Copy link
Contributor

meili-bors bot commented Aug 14, 2023

Build succeeded:

@meili-bors meili-bors bot merged commit 60087ef into main Aug 14, 2023
4 checks passed
@meili-bors meili-bors bot deleted the facet-search branch August 14, 2023 18:50
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] Search in facet values facetSearch
2 participants