does include_docs option in db.list work?
Open
- Dominant language
- JavaScript
- Stars
- 689
- Forks
- 167
- Avg merge
- 1h
- Merged PRs (30d)
- 1
Description
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?
Contributor guide
Research direction
Start at the db.list entry point and trace how the include_docs option is handled, checking the reported call with include_docs: false. Done means the option changes the response so documents are omitted when it is false, with the existing behavior verified for the default or true case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100