We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
moved all docs to http://developer.shotgunsoftware.com/python-api
Revert "Trying out markdown table layout." This reverts commit 8ef9b9a5156a2e77ec87a2ad09cc17646973733d.
Trying out markdown table layout.
Formatting changes for easier reading
Merge branch '35229_additional_filter_presets' Fixed Merge conflicts
For #35229: First version of the additional_filter_preset reference
For #35229: Rough cuts of "filter_presets" documentaition For "format" and "tone" review before going too far into it...
Fix links.
Fixed docs for additional_filter_presets.
Adds stub for "Additional Filter Presets" which will be updated with real docs.
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)