-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.01_CS01
-
Fix Version/s: V4.01_CS02
-
Component/s: ABNF, URL Conventions
-
Labels:None
-
Environment:
Applied
-
Proposal:
-
Resolution:
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: