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
Hi,
I'm using 'odata-v4-parser' as a library but i'm missing the possibility to provide a valid metadata context so that when createQuery or createFilter takes place, it could handle nested Odata indentifier correctly.
E.g: 'TypeA/RelatedTypeB/PropertyOfB eq 12) and (TypeA/PropertyOfA eq 'someValue')'
It seemed to me that providing a metadataContext, build with the ServiceMetadata, could do the trick but either I did not create a proper metadata document or I did not understand how to pass it.
Is there anything I could do? Do you have any suggestions on how I could achieve this goal?
The text was updated successfully, but these errors were encountered:
Hi,
I'm using 'odata-v4-parser' as a library but i'm missing the possibility to provide a valid metadata context so that when createQuery or createFilter takes place, it could handle nested Odata indentifier correctly.
E.g: 'TypeA/RelatedTypeB/PropertyOfB eq 12) and (TypeA/PropertyOfA eq 'someValue')'
It seemed to me that providing a metadataContext, build with the ServiceMetadata, could do the trick but either I did not create a proper metadata document or I did not understand how to pass it.
Is there anything I could do? Do you have any suggestions on how I could achieve this goal?
The text was updated successfully, but these errors were encountered: