ODataAngularResources
ODataAngularResources copied to clipboard
The 'substringof' OData function is no longer valid on v4.0
The 'substringof' OData function mentioned in the Readme is no longer valid for OData v4, as according to the URI Conventions it was renamed as 'contains'.
See section 5.1.1.5.2 of the document.
is there any workaround for this issue
Yes. Just use the new OData v4 'contains' function. It works well.
yes you are right it is working well for me, thank you