dstomphorst

Results 1 issues of dstomphorst

The OData service generates an invalid odata.nextLink. When calling for example: http://autohaus/odata/Cars?$inlinecount=allpages&$filter=BodyType%20eq%20'convertible'&$skip=40 The next link is: http://autohaus/odata/Cars?$inlinecount=allpages&$filter=BodyType%20eq%20'convertible'&$skip=20 The $skip parameter is incorrect. This is probably because $skip, $top and $orderby...