queryString property

bool? queryString
final

If set to true than it allows you to create a complex search that includes wildcard characters, searches across multiple fields, and more.

Defaults to false. Read more about it here.

Implementation

final bool? queryString;