apache / couchdb-nano

Nano: The official Apache CouchDB library for Node.js
https://www.npmjs.com/package/nano
Apache License 2.0
651 stars 165 forks source link

Is it possible to query across multiple partitions? #259

Open marcelomachado opened 3 years ago

marcelomachado commented 3 years ago

Context

I would like to query documents in multiple partitions. So, instead to use partitionedList(string) I would pass an array as a parameter.

I didn't find this ideia even in CouchDB documentation, so I believe this might be a misunderstanding on my part. So my question is, why doesn't that make sense as a desirable feature?