Skip to content

Commit a8f3eb8

Browse files
fix(specs): add ignoreConjugations to AlternativesAsExact [skip-bc] (generated)
algolia/api-clients-automation#4230 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 34e0ce9 commit a8f3eb8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

lib/Model/Recommend/AlternativesAsExact.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ class AlternativesAsExact
2020

2121
public const MULTI_WORDS_SYNONYM = 'multiWordsSynonym';
2222

23+
public const IGNORE_CONJUGATIONS = 'ignoreConjugations';
24+
2325
/**
2426
* Gets allowable values of the enum.
2527
*
@@ -31,6 +33,7 @@ public static function getAllowableEnumValues()
3133
self::IGNORE_PLURALS,
3234
self::SINGLE_WORD_SYNONYM,
3335
self::MULTI_WORDS_SYNONYM,
36+
self::IGNORE_CONJUGATIONS,
3437
];
3538
}
3639
}

lib/Model/Search/AlternativesAsExact.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ class AlternativesAsExact
2020

2121
public const MULTI_WORDS_SYNONYM = 'multiWordsSynonym';
2222

23+
public const IGNORE_CONJUGATIONS = 'ignoreConjugations';
24+
2325
/**
2426
* Gets allowable values of the enum.
2527
*
@@ -31,6 +33,7 @@ public static function getAllowableEnumValues()
3133
self::IGNORE_PLURALS,
3234
self::SINGLE_WORD_SYNONYM,
3335
self::MULTI_WORDS_SYNONYM,
36+
self::IGNORE_CONJUGATIONS,
3437
];
3538
}
3639
}

0 commit comments

Comments
 (0)