A little correction: send() function is available for show/list function since 0.10.0 release, when show/list functions had been rewritten.
@Thomas Could you tell us your CouchDB version and error message on show() function usage to help us to suggest you how your problem could be solved? ------------------ ,,,^..^,,, On Fri, Sep 9, 2011 at 11:24 AM, Randall Leeds <[email protected]> wrote: > Show is only for viewing a single document so the return value determines > the response. > send() is used for list functions which may iterate over a view and send > many chunks. > > The documentation at > https://wiki.apache.org/couchdb/Formatting_with_Show_and_List suggests that > since 0.11 send() is available in show functions as well. > Maybe this documentation is wrong? > > On Tue, Aug 23, 2011 at 23:55, <[email protected]> wrote: > >> Hi, >> >> I wonder why the e.g. the send() function is not available in a _show. >> Which point I dont see? >> >> regards >> >> >
