Marcus Maringer created USERGRID-369:
----------------------------------------
Summary: No cursor code in response when querying specific
resource 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)