You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`facetName`** * | String |`null`| Facet name to search values on |
37
-
|**`facetQuery`**| String |`null`| Search query for a given facet value. If `facetQuery` isn't specified, Meilisearch performs a [placeholder search](/reference/api/search#placeholder-search) which returns all facet values for the searched facet, limited to 100 |
|**[`filter`](/reference/api/search#filter)**|[String*](/learn/filtering_and_sorting/filter_expression_reference)|`null`| Filter queries by an attribute's value |
40
-
|**[`matchingStrategy`](/reference/api/search#matching-strategy)**| String |`last`| Strategy used to match query terms within documents |
41
-
|**[`attributesToSearchOn`](/reference/api/search##customize-attributes-to-search-on-at-search-time)**| Array of strings |`null`| Restrict search to the specified attributes |
|**`facetName`** * | String |`null`| Facet name to search values on |
37
+
|**`facetQuery`**| String |`null`| Search query for a given facet value. If `facetQuery` isn't specified, Meilisearch returns all facet values for the searched facet, limited to 100 |
|**[`filter`](/reference/api/search#filter)**|[String*](/learn/filtering_and_sorting/filter_expression_reference)|`null`| Filter queries by an attribute's value |
40
+
|**[`matchingStrategy`](/reference/api/search#matching-strategy)**| String |`"last"`| Strategy used to match query terms within documents |
41
+
|**[`attributesToSearchOn`](/reference/api/search##customize-attributes-to-search-on-at-search-time)**| Array of strings |`null`| Restrict search to the specified attributes |
42
+
|**`exhaustiveFacetCount`**| Boolean |`false`| Return an exhaustive count of facets, up to the limit defined by [`maxTotalHits`](/reference/api/settings#pagination)|
0 commit comments