Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit fa1f9ca

Browse files
committed
Update the telemetry
1 parent d4625ca commit fa1f9ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

text/0034-telemetry-policies.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ The collected data is sent to [Segment](https://segment.com/). Segment is a plat
157157
| `typo_tolerance.min_word_size_for_typos.two_typos`| The defined value for `minWordSizeForTypos.twoTypos` property | `9` | `Settings Updated`, `TypoTolerance Updated` |
158158
| `pagination.max_total_hits` | The defined value for `pagination.maxTotalHits` property | `1000` | `Settings Updated`, `Pagination Updated` |
159159
| `faceting.max_values_per_facet` | The defined value for `faceting.maxValuesPerFacet` property | `100` | `Settings Updated`, `Faceting Updated` |
160+
| `faceting.sort_facet_values_by_star_count` | Whether the user set all fields to be sort by count | `true` | `Settings Updated`, `Faceting Updated` |
161+
| `faceting.sort_facet_values_by_total` | The number of different values that were set in this set | `10` | `Settings Updated`, `Faceting Updated` |
160162
| `distinct_attribute.set` | `true` if a field name is specified as a distrinct attribute, otherwise `false`. | `false` | `Settings Updated`, `DistinctAttribute Updated` |
161163
| `displayed_attributes.total` | Number of displayed attributes. | `3` | `SettingUpdated`, `DisplayedAttributes Updated` |
162164
| `displayed_attributes.with_wildcard` | `true` if `*` is specified as a displayed attribute, otherwise `false`. | `false` | `SettingUpdated`, `DisplayedAttributes Updated` |
@@ -449,6 +451,8 @@ This property allows us to gather essential information to better understand on
449451
| typo_tolerance.min_word_size_for_typos.two_typos | The defined value for `minWordSizeForTypos.twoTypos` property. | `9` |
450452
| pagination.max_total_hits | The defined value for `pagination.maxTotalHits` property | `1000` |
451453
| faceting.max_values_per_facet | The defined value for `faceting.maxValuesPerFacet` property | `100` |
454+
| faceting.sort_facet_values_by_star_count | Whether the user set all fields to be sort by count | `true` |
455+
| faceting.sort_facet_values_by_total | The number of different values that were set in this set | `10` |
452456
| distinct_attribute.set | `true` if a field name is specified, otherwise `false`. | `false` |
453457
| displayed_attributes.total | Number of displayed attributes. | `3` |
454458
| displayed_attributes.with_wildcard | `true` if `*` is specified as a displayed attribute, otherwise `false`. | `false` |
@@ -522,6 +526,8 @@ This property allows us to gather essential information to better understand on
522526
|---------------|-------------|---------|
523527
| user_agent | Represents the user-agent encountered on this call. | `["Meilisearch Ruby (v2.1)", "Ruby (3.0)"]` |
524528
| faceting.max_values_per_facet | The defined value for `maxValuesPerFacet` property | `100` |
529+
| faceting.sort_facet_values_by_star_count | Whether the user set all fields to be sort by count | `true` |
530+
| faceting.sort_facet_values_by_total | The number of different values that were set in this set | `10` |
525531

526532
## `DistinctAttribute Updated`
527533

0 commit comments

Comments
 (0)