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
Copy file name to clipboardExpand all lines: learn/what_is_meilisearch/telemetry.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,8 @@ This list is liable to change with every new version of Meilisearch. It's not be
152
152
| `formatting.highlight_post_tag` | `true` if `highlightPostTag` is specified, otherwise `false` | false
153
153
| `formatting.crop_length` | `true` if `cropLength` is specified, otherwise `false` | false
154
154
| `formatting.crop_marker` | `true` if `cropMarker` is specified, otherwise `false` | false
155
-
| `formatting.matches` | `true` if `matches` is specified, otherwise `false` | false
155
+
| `formatting.show_matches_position` | `true` if `showMatchesPosition` is used in this batch, otherwise `false` | false
156
+
| `facets` | `true` if `facets` is used in this batch, otherwise `false` | false
156
157
| `primary_key` | Name of primary key when explicitly set as part of document addition, document update, index creation, or index update. Otherwise `null` | id
157
158
| `payload_type` | All values encountered in the `Content-Type` header, including invalid ones | ["application/json", "text/plain", "application/x-ndjson"]
158
159
| `index_creation` | `true` if a document addition or update request triggered index creation, otherwise `false` | true
@@ -163,8 +164,13 @@ This list is liable to change with every new version of Meilisearch. It's not be
163
164
| `filterable_attributes.has_geo` | `true` if `_geo` is set as a filterable attribute, otherwise `false` | false
164
165
| `searchable_attributes.total` | Number of searchable attributes | 4
165
166
| `per_task_uid` | `true` if a `uid` is used to fetch a particular task resource, otherwise `false` | true
167
+
| `filtered_by_index_uid` | `true` if the `GET /tasks` endpoint is filered by `indexUid`, otherwise `false` | false
168
+
| `filtered_by_type` | `true` if the `GET /tasks` endpoint is filered by `type`, otherwise `false` | false
169
+
| `filtered_by_status` | `true` if the `GET /tasks` endpoint is filered by `status`, otherwise `false` | false
166
170
| `typo_tolerance.enabled` | `true` if typo tolerance is enabled, otherwise `false` | true
167
171
| `typo_tolerance.disable_on_attributes` | `true` if at least one value is defined for `disableOnAttributes`, otherwise `false` | false
168
172
| `typo_tolerance.disable_on_words` | `true` if at least one value is defined for `disableOnWords`, otherwise `false` | false
169
173
| `typo_tolerance.min_word_size_for_typos.one_typo` | The defined value for the `minWordSizeForTypos.oneTypo` parameter | 5
170
174
| `typo_tolerance.min_word_size_for_typos.two_typos` | The defined value for the `minWordSizeForTypos.twoTypos` parameter | 9
175
+
| `pagination.max_total_hits` | The defined value for the `pagination.maxTotalHits` property | 1000
176
+
| `faceting.max_values_per_facet` | The defined value for the `faceting.maxValuesPerFacet` property | 100
0 commit comments