We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Reference: Filter Syntax (markdown)
syntax highlighting for complex filter example
'in' and 'not_in' now supported consistently and as expected as of Shotgun v4.2! yay.
add note documenting use of 'in' filter on number fields only works for the id field.
updates to valid filter operators per data type. This is not new or changed functionality but long-overdue updates to the documentation
remove 'in' from valid operatoes for entity and multi-entity types. Agreed it would be useful but it's not currently supported (yet)
remove 'contains' and 'not_contains' from valid filter types on tag_list ('is' and 'is_not' function as 'contains' and 'not_contains'
updated 'list' data type options Updated Reference: Filter Syntax (markdown)
added clarification to in_next and in_last Updated Reference: Filter Syntax (markdown)
removed more references to [greater|less]_than_or_equal Updated Reference: Filter Syntax (markdown)
removed filters that are actually not supported: greater_than_or_equal and less_than_or_equal Updated Reference: Filter Syntax (markdown)
Updated Filter Syntax Reference (markdown)