saintsystems / odata-client-php

OData Client Library for PHP
MIT License
141 stars 103 forks source link

Operator "IN" is not present #109

Closed Axent96 closed 1 year ago

Axent96 commented 2 years ago

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

anderly commented 2 years ago

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

anderly commented 1 year ago

Closed by a1a5d57