decompoundQuery property

  1. @JsonKey(name: r'decompoundQuery')
bool? decompoundQuery
final

Whether to split compound words in the query into their building blocks. For more information, see Word segmentation. Word segmentation is supported for these languages: German, Dutch, Finnish, Swedish, and Norwegian. Decompounding doesn't work for words with non-spacing mark Unicode characters. For example, Gartenstühle won't be decompounded if the ü consists of u (U+0075) and ◌̈ (U+0308).

Implementation

@JsonKey(name: r'decompoundQuery')
final bool? decompoundQuery;