Syntax
term
fuzzy match across all fields
field:value
match a specific field
properties.name:bash
nested field via dot notation
field:"val:ue"
quote values containing colons
"literal term"
quotes suppress special meaning
Logic
A AND B
both terms (uppercase)
A OR B
either term (uppercase)
A B
space = implicit AND
(A OR B) AND C
parentheses for grouping