willholley commented on a change in pull request #158: add docs around
pagination
URL:
https://github.com/apache/couchdb-documentation/pull/158#discussion_r133400761
##########
File path: src/api/database/find.rst
##########
@@ -55,8 +55,7 @@
returns an opaque string under the ``bookmark`` key that can then be
passed back in a query to get the next page of results. If any part of
the query other than ``bookmark`` changes between requests, the results
- are undefined. *Optional, default: null Only for indexes of type
- ``text``.*
+ are undefined. *Optional, default: null
Review comment:
is it just the `selector` that should be consistent between calls to
`_find`? If `limit` or `skip` are defined when passing a bookmark, won't that
generate unexpected results?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services