Skip to content

Commit baf7d6f

Browse files
authored
fix(specs): add ignoreConjugations to AlternativesAsExact [skip-bc] (#4230)
1 parent fdf30f9 commit baf7d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/common/schemas/IndexSettings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ exactOnSingleWordQuery:
866866

867867
alternativesAsExact:
868868
type: string
869-
enum: [ignorePlurals, singleWordSynonym, multiWordsSynonym]
869+
enum: [ignorePlurals, singleWordSynonym, multiWordsSynonym, ignoreConjugations]
870870
x-categories:
871871
- Query strategy
872872

0 commit comments

Comments
 (0)