【发布时间】:2014-07-18 02:58:33
【问题描述】:
当我尝试使用此代码获取 Apigee 集合时出错:
var my_pc_list = new Apigee.Collection( { "client":client, "type":"pc_pedidos", qs :{ql:"limit:50"} });
这是错误:
{"error":"query_parse","timestamp":1401301444160,"duration":0,"exception":"org.apache.usergrid.persistence.exceptions.QueryParseException","error_description":"查询不能无法解析第 1 行第 0 列的 token 'limit'"}
我需要增加显示实体的默认限制,我需要显示超过 10 个实体。
谢谢
【问题讨论】:
标签: javascript apigee