You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2009/01/04 20:07:16 UTC

[Couchdb Wiki] Trivial Update of "View Snippets" by JasonDavies

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by JasonDavies:
http://wiki.apache.org/couchdb/View_Snippets

------------------------------------------------------------------------------
  
  == Joining an aggregate sum along with related data ==
  
- Here is a modified example from [wiki:View_collation].  Note that `group_level` needs to be set to `1` for it to return a meaningful `customer_detailsĀ§.
+ Here is a modified example from the [wiki:View_collation View collation] page.  Note that `group_level` needs to be set to `1` for it to return a meaningful `customer_details`.
  
  {{{
  // Map function