decompoundQuery property

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

Splits compound words into their component word parts in the query.

Implementation

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