File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -198,9 +198,13 @@ This list is liable to change with every new version of Meilisearch. It's not be
198198| ` pagination.max_total_hits ` | The defined value for the ` pagination.maxTotalHits ` property | 1000
199199| ` faceting.max_values_per_facet ` | The defined value for the ` faceting.maxValuesPerFacet ` property | 100
200200| ` distinct_attribute.set ` | ` true ` if a field name is specified, otherwise ` false ` | false
201- | ` distinct ` | Boolean indicating whether a distinct was specified in an aggregated list of requests. | true |
202- | ` proximity_precision.set ` | ` true ` if the setting has been manually set, otherwise ` false ` . | ` false `
203- | ` proximity_precision.value ` | ` byWord ` or ` byAttribute ` . | ` byWord `
201+ | ` distinct ` | Boolean indicating whether a distinct was specified in an aggregated list of requests. | true
202+ | ` proximity_precision.set ` | ` true ` if the setting has been manually set, otherwise ` false ` . | fals`
203+ | ` proximity_precision.value ` | ` byWord ` or ` byAttribute ` . | "byWord"
204+ | ` facet_search.set ` | ` facetSearch ` has been changed by the user | true
205+ | ` facet_search.value ` | ` facetSearch ` value set by the user | true
206+ | ` prefix_search.set ` | ` prefixSearch ` has been changed by the user | true
207+ | ` prefix_search.value ` | ` prefixSearch ` value set by the user | "indexingTime"
204208| ` displayed_attributes.total ` | Number of displayed attributes | 3
205209| ` displayed_attributes.with_wildcard ` | ` true ` if ` * ` is specified as a displayed attribute, otherwise ` false ` | false
206210| ` stop_words.total ` | Number of stop words | 3
You can’t perform that action at this time.
0 commit comments