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/10 20:50:50 UTC

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

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 ChrisAnderson:
http://wiki.apache.org/couchdb/View_Snippets

The comment on the change is:
formatting

------------------------------------------------------------------------------
  This page collects code snippets to be used in your ["Views"]. They are mainly ment to help getting your head arround the map/reduce approach to databases. Keep in mind that the the Futon Web-Client silently adds group=true to your views.
  
- == Get docs with a particular user id
+ == Get docs with a particular user id ==
  
  {{{
  map: function(doc) {