mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-03-18 21:58:20 +01:00
![meili-bors[bot]](/assets/img/avatar_default.png)
5369: exhaustive facet search r=ManyTheFish a=ManyTheFish Fixes #5403 This PR adds an `exhaustiveFacetCount` field to the `/facet-search` API allowing the end-user to have a better facet count when having a distinct attribute set in the index settings. # Usage `POST /index/:index_uid/facet-search` **Body:** ```json { "facetQuery": "blob", "facetName": "genres", "q": "", "exhaustiveFacetCount": true } ``` # Prototype Docker images ```sh $ docker pull getmeili/meilisearch:prototype-exhaustive-facet-search-00 ``` Co-authored-by: ManyTheFish <many@meilisearch.com>