query property
- @TagNumber(1)
Search query string (supports Lucene syntax for advanced users) Simple usage: "hero model" finds items matching both terms Fuzzy matching is automatic - typos like "heros" will match "hero"
Implementation
@$pb.TagNumber(1)
$core.String get query => $_getSZ(0);
- @TagNumber(1)
Implementation
@$pb.TagNumber(1)
set query($core.String value) => $_setString(0, value);