On Wed, Feb 24, 2010 at 02:11:55PM -0800, J Chris Anderson wrote:
> > One of the failures I can't figure out is that it sends a query for all 
> > design docs with their revision histories:
> > 
> > GET 
> > /DBNAME/_all_docs?startkey=%22_design%22&endkey=%22_design0%22&include_docs=true&revs_info=true
> 
> Good question -- I don't remember changing this on purpose. I'd have to grep 
> the source code to know for sure, though.
> 
> Anyone else have a more definitive answer?

I believe it's this issue:
https://issues.apache.org/jira/browse/COUCHDB-549

There are a bunch of options you can use when you GET a document directly,
but which are ignored when you get the document indirectly via a view and
include_docs=true.

Reply via email to