Skip to content

Commit

Permalink
SG-32773 Fix documentation regarding "in" filter prototype (#309)
Browse files Browse the repository at this point in the history
* Fix documentation regarding "in" filter prototype
  • Loading branch information
julien-lang authored Oct 11, 2023
1 parent 4a8b26f commit 8b50bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ Operators and Arguments
# note that brackets are not literal (eg. ['start_date', 'in_last', 1, 'DAY'])
'in_next' [[int], 'HOUR' | 'DAY' | 'WEEK' | 'MONTH' | 'YEAR']
# note that brackets are not literal (eg. ['start_date', 'in_next', 1, 'DAY'])
'in' [[field_value] | None, ...] # Array of field values
'in' [[field_value], ...] # Array of field values
'type_is' [string] | None # Shotgun entity type
'type_is_not' [string] | None # Shotgun entity type
'in_calendar_day' [int] # Offset (e.g. 0 = today, 1 = tomorrow,
Expand Down

0 comments on commit 8b50bab

Please sign in to comment.