We’ve updated the Query Builder to support the operators in
and not-in
. By adding in
to your query’s WHERE clause you can filter for results within a set of values. The syntax for in
and not-in
does not require quotes, and values should be separated by commas. They have also been added to the query specification.