[
https://issues.apache.org/jira/browse/COUCHDB-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031715#comment-13031715
]
Robert Newson commented on COUCHDB-1149:
----------------------------------------
The one, and only, example of a 0.10 and later list function on the wiki page
uses all the functions;
function(head, req) {
var row;
start({
"headers": {
"Content-Type": "text/html"
}
});
while(row = getRow()) {
send(row.value);
}
}
> Documentation of list functions doesn't explain how to use the 0.9 style
> ------------------------------------------------------------------------
>
> Key: COUCHDB-1149
> URL: https://issues.apache.org/jira/browse/COUCHDB-1149
> Project: CouchDB
> Issue Type: Improvement
> Components: Documentation
> Affects Versions: 0.9
> Reporter: James Howe
> Priority: Minor
> Labels: list_function
>
> http://wiki.apache.org/couchdb/Formatting_with_Show_and_List#Listing_Views_with_CouchDB_0.9
> describes a style of list functions, but not where they should go in a
> design document. Putting them under the "lists" key results in them being
> invoked as the 0.10 versions.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira