attributesToTransliterate property
Attributes in your index to which Japanese transliteration applies. This will ensure that words indexed in Katakana or Kanji can also be searched in Hiragana.
Implementation
@JsonKey(name: r'attributesToTransliterate')
final List<String>? attributesToTransliterate;