Can you please provide some explanation? because for me it is not working. My view function outputs some JSON relating to the values in the view using toJSON, when I request the list/view all I get is the JSON from the list function and not the entire document(s)...regardless of include_docs being true or false.
On Mon, Jul 19, 2010 at 2:03 PM, Mikeal Rogers <[email protected]>wrote: > yes. > > On Sun, Jul 18, 2010 at 8:54 PM, Steven Prentice < > [email protected]> wrote: > > > Hi, > > I am using a list function to filter a view, basically the list function > > takes some parameters, filters the view and sends back JSON using the > > toJSON > > function to my application. I am just wondering if I add include_docs > that > > I > > am still able to retrieve the docs as well, now that I have a raw JSON > > object being sent back? > > > > Cheers > > Steve > > >
