POData / POData

OData for Poor PHP Devs
Other
47 stars 18 forks source link

Verify $top $skip & $orderby work for related resourcesets #98

Open drdamour opened 10 years ago

drdamour commented 10 years ago

POData seems to be passing in nulls here..why? Is this level of filtering not allowed?

drdamour commented 10 years ago

It's allowed http://services.odata.org/V3/OData/OData.svc/Suppliers(0)/Products/?$format=json&$top=2&$skip=2 & http://services.odata.org/V2/OData/OData.svc/Suppliers(0)/Products/?$format=json&$top=2&$skip=2