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
{{ message }}
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.
Is there support for parsing fully qualified enums for odata $filter with this pegjs code?
Seems not.
odata v4 syntax is:
$filter=enumAttribute eq ''
qualifiedEnumTypeName = namespace "." enumerationTypeName
example:
messageType eq XCommunicator.Messaging.MessageTypeEnum'Mail'
value inside SQUOTE's probably needs to support multiple values separated with COMMA as well.
The text was updated successfully, but these errors were encountered: