Unplanned
Last Updated: 20 Jun 2023 10:36 by ADMIN
Created by: Benoit
Comments: 3
Category: Data Query
Type: Feature Request
2

Hi

IN operator seems not to be supported in @progress/kendo-data-query library

Creating a filter as 

{
field: field,
operator: "eq",
value: values,

}

leads to a "filterOperators(...) is not a function" error.

I think IN operator is now part of OData specifications (What’s New in OData Version 4.01 (oasis-open.org)) shortening filter expression with multiple EQ expressions joined by OR

Is it in the plan to support it ?

Thanks for your answer

Best regards - Benoit COLAS