You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2014/10/06 13:53:20 UTC

documentation commit: updated refs/heads/master to 583b392

Repository: couchdb-documentation
Updated Branches:
  refs/heads/master 0bfadc415 -> 583b39202


Remove mention of `group_level=exact`

It's not actual for modern CouchDB and replaced by `group=true`.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/583b3920
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/583b3920
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/583b3920

Branch: refs/heads/master
Commit: 583b392028a191decf6021fc2363b979639eb928
Parents: 0bfadc4
Author: Alexander Shorin <kx...@apache.org>
Authored: Mon Oct 6 15:53:11 2014 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Mon Oct 6 15:53:11 2014 +0400

----------------------------------------------------------------------
 src/couchapp/views/intro.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/583b3920/src/couchapp/views/intro.rst
----------------------------------------------------------------------
diff --git a/src/couchapp/views/intro.rst b/src/couchapp/views/intro.rst
index 5d588ed..30ec97b 100644
--- a/src/couchapp/views/intro.rst
+++ b/src/couchapp/views/intro.rst
@@ -454,7 +454,7 @@ And at ``group_level=2``:
   ["b","a"]   2
 
 Using the parameter ``group=true`` makes it behave as though it were
-``group_level=exact``, so in the case of our current example, it would give the
+``group_level=999``, so in the case of our current example, it would give the
 number ``1`` for each key, as there are no exactly duplicated keys.
 
 Reduce/Rereduce