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
I'm not sure if this meets the OData standard. Currently, I have to manually add a whitespace after each 'contains' in the query after it is built. Is there a way to do this automatically during query creation ?
contains(PropName,'foo') >> contains(PropName, 'foo')
The text was updated successfully, but these errors were encountered:
I'm not sure if this meets the OData standard. Currently, I have to manually add a whitespace after each 'contains' in the query after it is built. Is there a way to do this automatically during query creation ?
contains(PropName,'foo') >> contains(PropName, 'foo')
The text was updated successfully, but these errors were encountered: