Skip to content

Commit 1c25820

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 b87cc6a commit 1c25820

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

algoliasearch/recommend/models/alternatives_as_exact.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ class AlternativesAsExact(str, Enum):
3030

3131
MULTIWORDSSYNONYM = "multiWordsSynonym"
3232

33+
IGNORECONJUGATIONS = "ignoreConjugations"
34+
3335
@classmethod
3436
def from_json(cls, json_str: str) -> Self:
3537
"""Create an instance of AlternativesAsExact from a JSON string"""

algoliasearch/search/models/alternatives_as_exact.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ class AlternativesAsExact(str, Enum):
3030

3131
MULTIWORDSSYNONYM = "multiWordsSynonym"
3232

33+
IGNORECONJUGATIONS = "ignoreConjugations"
34+
3335
@classmethod
3436
def from_json(cls, json_str: str) -> Self:
3537
"""Create an instance of AlternativesAsExact from a JSON string"""

0 commit comments

Comments
 (0)