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 #1713

Open
3 tasks
curquiza opened this issue Sep 23, 2024 · 0 comments
Open
3 tasks

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

curquiza opened this issue Sep 23, 2024 · 0 comments
Labels
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 good first issue Good for newcomers Meilisearch bump Changes related to the Meilisearch bump version labels Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Meilisearch bump Changes related to the Meilisearch bump version
Projects
None yet
Development

No branches or pull requests

1 participant