Skip to content

Commit e5ab6cd

Browse files
Update telemetry.md
1 parent f76015b commit e5ab6cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn/what_is_meilisearch/telemetry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +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.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
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
157157
| `primary_key` | Name of primary key when explicitly set as part of document addition, document update, index creation, or index update. Otherwise `null` | id
158158
| `payload_type` | All values encountered in the `Content-Type` header, including invalid ones | ["application/json", "text/plain", "application/x-ndjson"]
159159
| `index_creation` | `true` if a document addition or update request triggered index creation, otherwise `false` | true

0 commit comments

Comments
 (0)