Skip to content

Commit 52dcfd0

Browse files
Merge #1763
1763: v0.28: Telemetry updates r=maryamsulemani97 a=maryamsulemani97 closes #1693 Co-authored-by: Maryam Sulemani <[email protected]> Co-authored-by: Maryam <[email protected]>
2 parents 67e3579 + e5ab6cd commit 52dcfd0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

learn/what_is_meilisearch/telemetry.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ This list is liable to change with every new version of Meilisearch. It's not be
152152
| `formatting.highlight_post_tag` | `true` if `highlightPostTag` is specified, otherwise `false` | false
153153
| `formatting.crop_length` | `true` if `cropLength` is specified, otherwise `false` | false
154154
| `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
156157
| `primary_key` | Name of primary key when explicitly set as part of document addition, document update, index creation, or index update. Otherwise `null` | id
157158
| `payload_type` | All values encountered in the `Content-Type` header, including invalid ones | ["application/json", "text/plain", "application/x-ndjson"]
158159
| `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
163164
| `filterable_attributes.has_geo` | `true` if `_geo` is set as a filterable attribute, otherwise `false` | false
164165
| `searchable_attributes.total` | Number of searchable attributes | 4
165166
| `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
166170
| `typo_tolerance.enabled` | `true` if typo tolerance is enabled, otherwise `false` | true
167171
| `typo_tolerance.disable_on_attributes` | `true` if at least one value is defined for `disableOnAttributes`, otherwise `false` | false
168172
| `typo_tolerance.disable_on_words` | `true` if at least one value is defined for `disableOnWords`, otherwise `false` | false
169173
| `typo_tolerance.min_word_size_for_typos.one_typo` | The defined value for the `minWordSizeForTypos.oneTypo` parameter | 5
170174
| `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

Comments
 (0)