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

does include_docs option in db.list work? #340

Open rantiev opened 8 months ago

rantiev commented 8 months ago

I try to change include_docs in db.list({ include_docs: false }) and it has no effect. Docs returned anyway. I checked your package source and include_docs being used in one place and it's true always.

Does this option exist or not?