IharYakimush / comminity-data-odata-linq

Use OData filter text query in linq expresson for any IQuerable without ASP.NET dependency. Support netstandard2.0
Other
42 stars 16 forks source link

Support for the 'in' syntax to pass multiple values simultaneously #57

Closed CraxFelcore closed 2 weeks ago

CraxFelcore commented 1 year ago

Is it possible to support the 'in' syntax to filter on multiple values at the same time. The following example shows the desired result: $filter=City in ('Paris', 'Berlin'). This should return to me all records in these cities. I tried to pass these to your backend without success: Unreadable query has been given Syntax error at position 15 in 'City in ('Paris', 'Berlin')'

IharYakimush commented 2 weeks ago

Duplicate of https://github.com/IharYakimush/comminity-data-odata-linq/issues/31