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 2011/11/23 13:45:25 UTC

[Couchdb Wiki] Trivial Update of "View_Snippets" by RobertNewson

Dear Wiki user,

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

The "View_Snippets" page has been changed by RobertNewson:
http://wiki.apache.org/couchdb/View_Snippets?action=diff&rev1=43&rev2=44

Comment:
Emphasise that Futon adds group=true

  = View Snippets =
  <<TableOfContents()>>
  
- This page collects code snippets to be used in your [[Views]]. They are mainly meant to help get your head around the map/reduce approach to accessing database content. Keep in mind that the the Futon web client silently adds ''group=true'' to your views.
+ This page collects code snippets to be used in your [[Views]]. They are mainly meant to help get your head around the map/reduce approach to accessing database content. 
  
+ '''Remember''': the Futon web client silently adds ''group=true'' to your views.
  
  == Common mistakes ==