odata-query
odata-query copied to clipboard
Support for casting fields
Need to be able to create a filter like the following:
contains(cast(id,'String'),'medib') or contains(obj, 'medib')
Is there anyway to do this using this library? Read through the docs but can't find anything.