You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "Marcus Maringer (JIRA)" <ji...@apache.org> on 2015/01/28 14:02:34 UTC

[jira] [Updated] (USERGRID-369) Add cursor code in response when querying specific enity properties

     [ https://issues.apache.org/jira/browse/USERGRID-369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Maringer updated USERGRID-369:
-------------------------------------
    Summary: Add cursor code in response when querying specific enity properties  (was: No cursor code in response when querying specific resource properties)

> Add cursor code in response when querying specific enity properties
> -------------------------------------------------------------------
>
>                 Key: USERGRID-369
>                 URL: https://issues.apache.org/jira/browse/USERGRID-369
>             Project: Usergrid
>          Issue Type: Bug
>            Reporter: Marcus Maringer
>
> A cursor code for the next set of items is included in the api response only if all properties of an entity are requested like so:
> GET /cats?ql=select *
> However, no cursor code is included when only specific resource properties of an entity are queried like so:
> GET /cats?ql=select uuid, name, modified
> Paging should work with both queries



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)