Hi Aurelien! Yes, it looks like "list" is what I am looking for. I am very new with CouchDB and just using Fauxton. I don't see there any method of creating list under Design Document (it does allow me to create views, however). How do you create this manually, via Fauxton, if possible? Thanks!
On Tue, May 2, 2017 at 10:59 PM, Aurélien Bénel <[email protected]> wrote: > Hi Noel, > > >> However, the values that you would normally get from CouchDB, even with > >> views, would be something like: (…) > > This site explains show functions: http://guide.couchdb.org/ > draft/show.html > > You would just output it in JSON, rather than HTML like the example > shows. > > Not exactly: `show` functions are just to format a *single* document. > Formatting a view is done with a *`list`* function. > > http://docs.couchdb.org/en/latest/couchapp/ddocs.html#list-functions > > > Regards, > > Aurélien -- Noel P. Quintos
