Skip to content

Commit

Permalink
feat(ts): add the attributesToTransliterate setting
Browse files Browse the repository at this point in the history
fixes #1243
  • Loading branch information
Haroenv committed Jan 15, 2021
1 parent 446c9a0 commit 313759a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/client-search/src/types/Settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,4 +291,10 @@ export type Settings = {
* results.
*/
readonly decompoundQuery?: boolean;

/**
* Specify on which attributes in your index Algolia should apply
* transliteration to a normalized form for compatible scripts.
*/
readonly attributesToTransliterate?: readonly string[];
};

0 comments on commit 313759a

Please sign in to comment.