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
{{ message }}
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: text/0034-telemetry-policies.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,8 @@ The collected data is sent to [Segment](https://segment.com/). Segment is a plat
157
157
|`typo_tolerance.min_word_size_for_typos.two_typos`| The defined value for `minWordSizeForTypos.twoTypos` property |`9`|`Settings Updated`, `TypoTolerance Updated`|
158
158
|`pagination.max_total_hits`| The defined value for `pagination.maxTotalHits` property |`1000`|`Settings Updated`, `Pagination Updated`|
159
159
|`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`|
160
162
|`distinct_attribute.set`|`true` if a field name is specified as a distrinct attribute, otherwise `false`. |`false`|`Settings Updated`, `DistinctAttribute Updated`|
161
163
|`displayed_attributes.total`| Number of displayed attributes. |`3`|`SettingUpdated`, `DisplayedAttributes Updated`|
162
164
|`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
449
451
| typo_tolerance.min_word_size_for_typos.two_typos | The defined value for `minWordSizeForTypos.twoTypos` property. |`9`|
450
452
| pagination.max_total_hits | The defined value for `pagination.maxTotalHits` property |`1000`|
451
453
| 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`|
452
456
| distinct_attribute.set |`true` if a field name is specified, otherwise `false`. |`false`|
453
457
| displayed_attributes.total | Number of displayed attributes. |`3`|
454
458
| 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
522
526
|---------------|-------------|---------|
523
527
| user_agent | Represents the user-agent encountered on this call. |`["Meilisearch Ruby (v2.1)", "Ruby (3.0)"]`|
524
528
| 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`|
0 commit comments