Skip to content

Commit b91c035

Browse files
Haroenvremy-zeiss
andauthored
feat(ts): add the attributesToTransliterate setting (#1244)
* feat(ts): add the attributesToTransliterate setting fixes #1243 * Update packages/client-search/src/types/Settings.ts Co-authored-by: remy-zeiss <[email protected]> * split words Co-authored-by: remy-zeiss <[email protected]>
1 parent 446c9a0 commit b91c035

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/client-search/src/types/Settings.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,10 @@ export type Settings = {
291291
* results.
292292
*/
293293
readonly decompoundQuery?: boolean;
294+
295+
/**
296+
* Specify on which attributes in your index Algolia should apply Japanese
297+
* transliteration to make words indexed in Katakana or Kanji searchable in Hiragana.
298+
*/
299+
readonly attributesToTransliterate?: readonly string[];
294300
};

0 commit comments

Comments
 (0)