[
https://issues.jboss.org/browse/TEIID-3039?page=com.atlassian.jira.plugin...
]
Ramesh Reddy commented on TEIID-3039:
-------------------------------------
I would prefer we do this work in V4, as spec is much more detailed about it here. Also
gives us option to move users from V2 to V4. There is also "aggregations"
extension to odata, we may have to get to after 8.11
As per the filtering, it can be on the expanded item like
{code}
http://host/service.svc/Customers?$expand=Orders($filter=Amount gt 100)
{code}
it can be multiple documents like (even nested)
{code}
http://host/service.svc/Orders?$expand=Items($expand=Product),Customer
{code}
or recursive
{code}
http://contoso.com/HR/Employees?$expand=Model.Manager/DirectReports($leve...
{code}
see this for more info
[
http://docs.oasis-open.org/odata/odata/v4.0/errata02/os/complete/part1-pr...]
Add support for odata expand
----------------------------
Key: TEIID-3039
URL:
https://issues.jboss.org/browse/TEIID-3039
Project: Teiid
Issue Type: Enhancement
Components: OData
Reporter: Steven Hawkins
Fix For: 8.12
We should add support for odata expand. This can be done with logic similar to the xml
document model.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)