comminity-data-odata-linq icon indicating copy to clipboard operation
comminity-data-odata-linq copied to clipboard

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

Open CraxFelcore opened this issue 1 year ago • 0 comments

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')'

CraxFelcore avatar Mar 20 '23 08:03 CraxFelcore