I need to filter a OData Query to get de values that are not in a collection, the Odata working Query is:
https://localhost:44329/odata/peps?$filter= Id in (23ba746a-897c-4956-a002-08da2693dc19,22a3342d-60ee-4f23-a001-08da2693dc19)
it works with no problem but I could not find a way to make it work with your OData v4 Adaptor, All other where filters are working fine, but no "in" and "notin".
Could any one teach about how to make this filter?
Regards,
Héc