“merge” view collation into useful output in CouchDB
问题 When doing a "join" in CouchDB, you can use view collation to group the records together. For example, having two document types customers and orders . So that you can return customer , then all the orders for that customer, then the next customer, and orders. The question is, how do you do a merging of rows, so that if you have 10 customers, and 40 orders, your output is still 10 rows instead of 50. You essentially add more information into your customer row. I believe using a _list or a