You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Peter Rilling (JIRA)" <ji...@apache.org> on 2016/05/09 18:17:12 UTC

[jira] [Created] (OLINGO-950) Using both $top and $inlinecount writes a __next link

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)