[
https://issues.apache.org/jira/browse/USERGRID-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeffrey updated USERGRID-1233:
-------------------------------
Description:
cursor works for complete retrievals, e.g.
GET /AppServices/acme/cis/customers?limit=100
or
GET
/AppServices/acme/cis/customers?ql=select+*where+lname='A*'&limit=100
But for filtered queries like
GET
/AppServices/acme/cis/customers?ql=select+uuid,lname+where+lname='A*'&limit=100
I don't find a cursor field in the response.
> [1.0] USERGRID: queries with select fields do not return a cursor value
> -----------------------------------------------------------------------
>
> Key: USERGRID-1233
> URL: https://issues.apache.org/jira/browse/USERGRID-1233
> Project: Usergrid
> Issue Type: Story
> Reporter: Jeffrey
>
> cursor works for complete retrievals, e.g.
> GET /AppServices/acme/cis/customers?limit=100
> or
> GET
> /AppServices/acme/cis/customers?ql=select+*where+lname='A*'&limit=100
> But for filtered queries like
> GET
> /AppServices/acme/cis/customers?ql=select+uuid,lname+where+lname='A*'&limit=100
> I don't find a cursor field in the response.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)