peterjohnlawrence / com.inova8.odata2sparql.v4

Part of the overall odata2sparql solution, this odata2sparql.v4 module containing the olingo4 dependencies. In other words specifically for odata v4
http://inova8.com/bg_inova8.com/offerings/odata2sparql/
Apache License 2.0
5 stars 5 forks source link

Add default values for $top, $skip, $orderby within $expand requests #176

Closed peterjohnlawrence closed 4 years ago

peterjohnlawrence commented 4 years ago

Unless Openui5 adds capability, then odata2sparql will need to provide a configurable limit if $top is not specified.

OpenUI5 odata.v4.ODataModel#methods/bindContext "OData V4 only allows $count, $filter, $levels, $orderby and $search inside resource paths that identify a collection. In our case here, this means you can only use them inside $expand." Is there any reason why $top, $skip, and $orderby are not supported? Are there plans to support these? The business reason is that $expand'ed content might be very lengthy so it is not performant to return all of the $expand'ed records.