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 2008/10/26 07:22:46 UTC

[Couchdb Wiki] Update of "TagsInsideDocuments" by AlexWhite

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

The comment on the change is:
added note to use group=true to retrieve counts by tag

------------------------------------------------------------------------------
  }
  }}}
  
+ Note: when retrieving data from this view, by results will be reduce to a single row.  To get counts reduced by tag, use the ?group=true option when retrieving data from the view, see HttpViewApi.
+ 
  '''Retrieve documents by a specific tag:'''
  
  ''map''