From f76015b049929b173e37d4a9c894d079c92a1433 Mon Sep 17 00:00:00 2001 From: Maryam Sulemani Date: Wed, 29 Jun 2022 13:59:08 +0400 Subject: [PATCH 1/2] v0.28: Telemetry updates --- learn/what_is_meilisearch/telemetry.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/learn/what_is_meilisearch/telemetry.md b/learn/what_is_meilisearch/telemetry.md index d61c619738..8ed791638a 100644 --- a/learn/what_is_meilisearch/telemetry.md +++ b/learn/what_is_meilisearch/telemetry.md @@ -152,7 +152,8 @@ This list is liable to change with every new version of Meilisearch. It's not be | `formatting.highlight_post_tag` | `true` if `highlightPostTag` is specified, otherwise `false` | false | `formatting.crop_length` | `true` if `cropLength` is specified, otherwise `false` | false | `formatting.crop_marker` | `true` if `cropMarker` is specified, otherwise `false` | false -| `formatting.matches` | `true` if `matches` is specified, otherwise `false` | false +| `formatting.show_matches_position` | `true` if `showMatchesPosition` is used in this batch, otherwise `false` | false +| `facets` | `true` if `facets` is used in this batch, otherwise `false` | false | `primary_key` | Name of primary key when explicitly set as part of document addition, document update, index creation, or index update. Otherwise `null` | id | `payload_type` | All values encountered in the `Content-Type` header, including invalid ones | ["application/json", "text/plain", "application/x-ndjson"] | `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 | `filterable_attributes.has_geo` | `true` if `_geo` is set as a filterable attribute, otherwise `false` | false | `searchable_attributes.total` | Number of searchable attributes | 4 | `per_task_uid` | `true` if a `uid` is used to fetch a particular task resource, otherwise `false` | true +| `filtered_by_index_uid` | `true` if the `GET /tasks` endpoint is filered by `indexUid`, otherwise `false` | false +| `filtered_by_type` | `true` if the `GET /tasks` endpoint is filered by `type`, otherwise `false` | false +| `filtered_by_status` | `true` if the `GET /tasks` endpoint is filered by `status`, otherwise `false` | false | `typo_tolerance.enabled` | `true` if typo tolerance is enabled, otherwise `false` | true | `typo_tolerance.disable_on_attributes` | `true` if at least one value is defined for `disableOnAttributes`, otherwise `false` | false | `typo_tolerance.disable_on_words` | `true` if at least one value is defined for `disableOnWords`, otherwise `false` | false | `typo_tolerance.min_word_size_for_typos.one_typo` | The defined value for the `minWordSizeForTypos.oneTypo` parameter | 5 | `typo_tolerance.min_word_size_for_typos.two_typos` | The defined value for the `minWordSizeForTypos.twoTypos` parameter | 9 +| `pagination.max_total_hits` | The defined value for the `pagination.maxTotalHits` property | 1000 +| `faceting.max_values_per_facet` | The defined value for the `faceting.maxValuesPerFacet` property | 100 From e5ab6cda87e33a130ed190366479b8fe93b21691 Mon Sep 17 00:00:00 2001 From: Maryam <90181761+maryamsulemani97@users.noreply.github.com> Date: Wed, 29 Jun 2022 14:01:00 +0400 Subject: [PATCH 2/2] Update telemetry.md --- learn/what_is_meilisearch/telemetry.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/learn/what_is_meilisearch/telemetry.md b/learn/what_is_meilisearch/telemetry.md index 8ed791638a..ad6a3c2fdd 100644 --- a/learn/what_is_meilisearch/telemetry.md +++ b/learn/what_is_meilisearch/telemetry.md @@ -152,8 +152,8 @@ This list is liable to change with every new version of Meilisearch. It's not be | `formatting.highlight_post_tag` | `true` if `highlightPostTag` is specified, otherwise `false` | false | `formatting.crop_length` | `true` if `cropLength` is specified, otherwise `false` | false | `formatting.crop_marker` | `true` if `cropMarker` is specified, otherwise `false` | false -| `formatting.show_matches_position` | `true` if `showMatchesPosition` is used in this batch, otherwise `false` | false -| `facets` | `true` if `facets` is used in this batch, otherwise `false` | false +| `formatting.show_matches_position` | `true` if `showMatchesPosition` is used in this batch, otherwise `false` | false +| `facets` | `true` if `facets` is used in this batch, otherwise `false` | false | `primary_key` | Name of primary key when explicitly set as part of document addition, document update, index creation, or index update. Otherwise `null` | id | `payload_type` | All values encountered in the `Content-Type` header, including invalid ones | ["application/json", "text/plain", "application/x-ndjson"] | `index_creation` | `true` if a document addition or update request triggered index creation, otherwise `false` | true