couchdb-nano icon indicating copy to clipboard operation
couchdb-nano copied to clipboard

does include_docs option in db.list work?

Open rantiev opened this issue 2 years ago • 0 comments

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?

rantiev avatar Jan 30 '24 12:01 rantiev