Hi,

I'd made patch of issue COUCHDB-1139 and like to get it into 1.4
release. It's a bit trivial fix, but provides very helpful feature to
pass _all_docs view results through _list functions. Currently, there
is no such possibility unless user creates his own view that mimics to
_all_docs, but this is ineffective disk space usage.

Bonus feature: _all_docs emits design documents too (regular views
doesn't) so this may be helpful improvement for couchapp tools that
operates with design documents.

Bonus bug: your current list functions may not be ready to handle
design documents (: But you need to do explicit HTTP request to face
it.

Issue: https://issues.apache.org/jira/browse/COUCHDB-1139
Patch: 
https://issues.apache.org/jira/secure/attachment/12591593/COUCHDB-1139.patch

--
,,,^..^,,,

Reply via email to