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> |
||
---|---|---|
.. | ||
indexes | ||
api_key.rs | ||
batches.rs | ||
dump.rs | ||
features.rs | ||
logs.rs | ||
metrics.rs | ||
mod.rs | ||
multi_search.rs | ||
multi_search_analytics.rs | ||
network.rs | ||
open_api_utils.rs | ||
snapshot.rs | ||
swap_indexes.rs | ||
tasks.rs |