Peter Rilling created OLINGO-950:
------------------------------------
Summary: Using both $top and $inlinecount writes a __next link
Key: OLINGO-950
URL: https://issues.apache.org/jira/browse/OLINGO-950
Project: Olingo
Issue Type: Bug
Components: odata2-core
Affects Versions: V2 2.0.6
Reporter: Peter Rilling
Using both $top and $inlinecount writes a __next link. From what I understand,
$top/$skip are supposed to enable client paging, so the server should not send
"next" link. Without $inlinecount, this is true, but add that option and the
"next" link is written.
I am comparing this to the following service, which does not have the "next"
link:
http://services.odata.org/V2/Northwind/Northwind.svc/Customers?$format=json&$inlinecount=allpages&$top=2
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)