ACCESS / AQL
every modifier
.mdThe every modifier forces comparison on every value, rather than any value.
Synonymseach
Syntax
with {not} every attr.name{operator} {"value"}
Example(s)
list invoices with every quantity.ordered > "200"
Referenced by
1 topic mentions every modifier in its description.