odata-client-php icon indicating copy to clipboard operation
odata-client-php copied to clipboard

Operator "IN" is not present

Open Axent96 opened this issue 3 years ago • 1 comments
trafficstars

GET /service/Products?$filter=Name eq 'Milk' or Name eq 'Cheese' or Name eq 'Donut'

can become

GET /service/Products?$filter=Name in ('Milk', 'Cheese', 'Donut')

https://docs.microsoft.com/en-us/odata/webapi/in-operator

Axent96 avatar Jul 28 '22 11:07 Axent96

@Axent96, yes with OData 4.01. We'll eventually get there, but right now support OData 4.0.

anderly avatar Jul 28 '22 14:07 anderly

Closed by a1a5d57

anderly avatar Sep 07 '23 05:09 anderly