You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ODL requires collection items on the RHS of in operator to be strings.
The following filter expression where DynamicPrimitiveCollectionProperty is a dynamic property is not parsed successfully.
$filter=DynamicPrimitiveCollectionProperty in (19,17)
ODL requires collection items on the RHS of in operator to be strings.
The following filter expression where
DynamicPrimitiveCollectionProperty
is a dynamic property is not parsed successfully.Assemblies affected
Reproduce steps
Expected result
The filter expression to be parsed successfully.
Actual result
Additional detail
Works if the collection items are strings, e.g.,
DynamicPrimitiveCollectionProperty in ('19','17')
The text was updated successfully, but these errors were encountered: