Skip to content

Commit

Permalink
fix(specs): add ignoreConjugations to AlternativesAsExact [skip-b…
Browse files Browse the repository at this point in the history
…c] (generated)

algolia/api-clients-automation#4230

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Dec 11, 2024
1 parent d27e132 commit 1e79fbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ public enum AlternativesAsExact {

SINGLE_WORD_SYNONYM("singleWordSynonym"),

MULTI_WORDS_SYNONYM("multiWordsSynonym");
MULTI_WORDS_SYNONYM("multiWordsSynonym"),

IGNORE_CONJUGATIONS("ignoreConjugations");

private final String value;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ public enum AlternativesAsExact {

SINGLE_WORD_SYNONYM("singleWordSynonym"),

MULTI_WORDS_SYNONYM("multiWordsSynonym");
MULTI_WORDS_SYNONYM("multiWordsSynonym"),

IGNORE_CONJUGATIONS("ignoreConjugations");

private final String value;

Expand Down

0 comments on commit 1e79fbe

Please sign in to comment.