devnixs / ODataAngularResources

Fluent OData queries from Angular's Resources
MIT License
142 stars 38 forks source link

The 'substringof' OData function is no longer valid on v4.0 #122

Open lesair opened 6 years ago

lesair commented 6 years ago

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.

ahmedeasa commented 6 years ago

is there any workaround for this issue

lesair commented 6 years ago

Yes. Just use the new OData v4 'contains' function. It works well.

ahmedeasa commented 6 years ago

yes you are right it is working well for me, thank you