-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: V4.01_CS01
-
Component/s: ABNF, URL Conventions
-
None
-
Environment:
Applied
The in operator allows comparing a property to a list of values, e.g.
$filter=Name in ('Milk', 'Cheese')
For multi-part keys it would be helpful to allow comparison of a tuple of properties to a list of value tuples:
$filter=(Firstname,Lastname) in (('John', 'Doe'),('Jane','Smith'))
Note that this is natively supported by some databases: