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 875bc75 commit df79f04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public enum RecommendAlternativesAsExact: String, Codable, CaseIterable {
case ignorePlurals
case singleWordSynonym
case multiWordsSynonym
case ignoreConjugations
}

extension RecommendAlternativesAsExact: Hashable {}
1 change: 1 addition & 0 deletions Sources/Search/Models/SearchAlternativesAsExact.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public enum SearchAlternativesAsExact: String, Codable, CaseIterable {
case ignorePlurals
case singleWordSynonym
case multiWordsSynonym
case ignoreConjugations
}

extension SearchAlternativesAsExact: Hashable {}

0 comments on commit df79f04

Please sign in to comment.