This repository was archived by the owner on Jul 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -513,8 +513,8 @@ declare namespace algoliasearchHelper {
513
513
queryLanguages ?: string [ ] ;
514
514
515
515
/**
516
- * The relevancy threshold to apply to search in a virtual index [0-100]. A Bigger
517
- * value means fewer, but more relevant results, smaller value means more, but
516
+ * The relevancy threshold to apply to search in a virtual index [0-100]. A bigger
517
+ * value means fewer but more relevant results, a smaller value means more but
518
518
* less relevant results.
519
519
*/
520
520
relevancyStrictness ?: number ;
@@ -1110,6 +1110,13 @@ declare namespace algoliasearchHelper {
1110
1110
*/
1111
1111
sortFacetValuesBy ?: 'count' | 'alpha' ;
1112
1112
1113
+ /**
1114
+ * The relevancy threshold to apply to search in a virtual index [0-100]. A bigger
1115
+ * value means fewer but more relevant results, a smaller value means more but
1116
+ * less relevant results.
1117
+ */
1118
+ relevancyStrictness ?: number ;
1119
+
1113
1120
/* end implementation of algoliasearch.QueryParameters */
1114
1121
1115
1122
ruleContexts ?: string [ ] ;
You can’t perform that action at this time.
0 commit comments