Encountered an issue while trying to retrieve an Apigee collection using the following code snippet:
var my_pc_list = new Apigee.Collection( { "client":client, "type":"pc_pedidos", qs :{ql:"limit:50"} });
Error details:
{"error":"query_parse","timestamp":1401301444160,"duration":0,"exception":"org.apache.usergrid.persistence.exceptions.QueryParseException","error_description":"The query cannot be parsed. The token 'limit' at column 0 on line 1 cannot be parsed"}
Looking to modify the default entity limit for display purposes, requiring more than 10 entities to be shown.
Appreciate any help,