_utils is a futon url (an admin application that ships with couch), not a couchdb url.
http://host:port/testdb/_all_docs?include_docs=true B. On 9 May 2012 17:35, <[email protected]> wrote: > Bryan/others, > Using the following I get a list of the documents: > http://********:****/_utils/database.html?testdb/_all_docs > <where testdb is the name of my database> > > but when I enter the include_docs=true I get an error, Not Found:missing > http://********:****/_utils/database.html?testdb/_all_docs&include_docs=true > > Besides wouldn't this give me metadata at that document level, but how > does that display attributes of documents because each document may have a > unique number of attributes? > > Dan M > >> If you want to get the all_docs view you should use the include_docs >> parameter, which is normally a performance hit - is it also a >> performance hit with all_docs - if so why is it done that way? >> >> thanks, >> Bryan Rasmussen >> >
