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
Copy file name to clipboardExpand all lines: specs/common/schemas/IndexSettings.yml
+3-26Lines changed: 3 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -464,7 +464,7 @@ advancedSyntax:
464
464
advancedSyntaxFeatures:
465
465
type: array
466
466
items:
467
-
$ref: '#/advancedSyntaxFeaturesEnum'
467
+
$ref: './SearchEnums.yml#/advancedSyntaxFeatures'
468
468
description: |
469
469
Advanced search syntax features you want to support
470
470
- `exactPhrase`.
@@ -478,12 +478,6 @@ advancedSyntaxFeatures:
478
478
x-categories:
479
479
- Query strategy
480
480
481
-
advancedSyntaxFeaturesEnum:
482
-
type: string
483
-
enum: [exactPhrase, excludeWords]
484
-
x-categories:
485
-
- Query strategy
486
-
487
481
allowTyposOnNumericTokens:
488
482
type: boolean
489
483
description: |
@@ -497,7 +491,7 @@ allowTyposOnNumericTokens:
497
491
alternativesAsExact:
498
492
type: array
499
493
items:
500
-
$ref: '#/alternativesAsExactEnum'
494
+
$ref: './SearchEnums.yml#/alternativesAsExact'
501
495
description: |
502
496
Determine which plurals and synonyms should be considered an exact matches
503
497
By default, Algolia treats singular and plural forms of a word, and single-word synonyms, as [exact](https://www.algolia.com/doc/guides/managing-results/relevance-overview/in-depth/ranking-criteria/#exact) matches when searching.
0 commit comments