We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31a6c8 commit 96429fbCopy full SHA for 96429fb
1 file changed
docs/_includes/api/query_database.html
@@ -56,6 +56,7 @@
56
* `'ok'`: Returns results immediately, even if they're out-of-date.
57
* `'update_after'`: Returns results immediately, but kicks off a build afterwards.
58
* `options.update_seq`: Include an `update_seq` value indicating which sequence id of the underlying database the view reflects.
59
+* `options.partition`: If you query a couchdb database with the http adapter and a partitioned index, you need to add the partition key.
60
61
For details, see the [CouchDB query options documentation](http://docs.couchdb.org/en/stable/api/ddoc/views.html#get--db-_design-ddoc-_view-view).
62
0 commit comments