We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446c9a0 commit b91c035Copy full SHA for b91c035
packages/client-search/src/types/Settings.ts
@@ -291,4 +291,10 @@ export type Settings = {
291
* results.
292
*/
293
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[];
300
};
0 commit comments