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

[v1.11.0] Support facet distribution for federated search #681

Closed
3 tasks
curquiza opened this issue Sep 23, 2024 · 1 comment · Fixed by #688
Closed
3 tasks

[v1.11.0] Support facet distribution for federated search #681

curquiza opened this issue Sep 23, 2024 · 1 comment · Fixed by #688
Labels
enhancement New feature or request good first issue Good for newcomers Meilisearch bump Changes related to the Meilisearch bump version

Comments

@curquiza
Copy link
Member

Related to meilisearch/integration-guides#303

Explanation of the feature

  • Request facet distributions and facet stats in your federated search, by using federation.facetsByIndex in the POST /multi-search route.
  • Merge the returned facets in a single facet distribution and stats that is global to the entire request, by using federation.mergeFacets in the POST /multi-search route.

Usage: https://meilisearch.notion.site/v1-11-Federated-search-59b30e03383c40729d7541a3dffb0069

TODO

  • Ensure the method multiSearch can accept the facetsByIndex option
  • Ensure the method multiSearch can accept the mergeFacets option
  • Add tests

⚠️ Make PRs pointing to bump-meilisearch-v1.11.0 and NOT main. Please do 1 PR for all of these changes, and not several.

@curquiza curquiza added enhancement New feature or request good first issue Good for newcomers Meilisearch bump Changes related to the Meilisearch bump version labels Sep 23, 2024
This was referenced Oct 8, 2024
@ManyTheFish
Copy link
Member

fixed by #688

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Meilisearch bump Changes related to the Meilisearch bump version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants