every modifier

The every modifier forces comparison on every value, rather than any value.

Syntax

with {not} every attr.name{operator} {"value"}

Synonym(s)

each

Example(s)

list invoices with every quantity.ordered > "200"