I am working on couchbase-sync-gateway for my new project. I need pagination some of my documents list.
Couchbase pagination attribute "SKIP" not working for me. for example my query string is like
_all_docs?limit=5&skip=10
"LIMIT" is working fine but Skip index always starting from '0'.
I am new to Couchbase. Any help regarding this will be highly appreciated.
Couchbase Documentation link for pagination attributes is http://developer.couchbase.com/mobile/develop/references/couchbase-lite/rest-api/database/get-all-docs/index.html