mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
![]() 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> |
||
---|---|---|
.. | ||
benchmarks | ||
build-info | ||
dump | ||
file-store | ||
filter-parser | ||
flatten-serde-json | ||
fuzzers | ||
index-scheduler | ||
json-depth-checker | ||
meili-snap | ||
meilisearch | ||
meilisearch-auth | ||
meilisearch-types | ||
meilitool | ||
milli | ||
permissive-json-pointer | ||
tracing-trace | ||
xtask |