all throws KeyError exception when include_docs = False
mattbgold opened this issue · 3 comments
mattbgold commented
I tried using .all without the include_docs parameter, but the following line
yield wrapper(row['doc'])
references 'doc' which does not exist in the returned json when include_docs is False.
niwinz commented
The current method is really not prepared for return other thing that docs.
If you want other behavior, pull-request is welcome!
niwinz commented
This should be fixed with e35bc88#diff-d41d8cd98f00b204e9800998ecf8427e
histrio commented
@mattbgold This problem is still relevant?