我正在为我的新项目开发 couchbase-sync-gateway。我需要对我的一些文档列表进行分页。
Couchbase 分页属性“SKIP”对我不起作用。例如我的查询字符串就像
_all_docs?limit=5&skip=10
“LIMIT”工作正常,但跳过索引总是从“0”开始。
我是 Couchbase 的新手。对此的任何帮助将不胜感激。
分页属性的 Couchbase 文档链接是http://developer.couchbase.com/mobile/develop/references/couchbase-lite/rest-api/database/get-all-docs/index.html