summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2009-03-15 18:58:39 +0000
committerJan Lehnardt <jan@apache.org>2009-03-15 18:58:39 +0000
commit539a5cb8a9484762c7d0f20e1cc3f87536f384da (patch)
tree46437d22e047a4a56a192a873e3d07d5a953fae7 /share
parent899fedf56790c3c4c213d02ce698e796dbbb6b43 (diff)
add note about Futon adding `?group=true` to view queries automatically
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@754720 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share')
-rw-r--r--share/www/database.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/share/www/database.html b/share/www/database.html
index 23d76262..1f7f6ab2 100644
--- a/share/www/database.html
+++ b/share/www/database.html
@@ -192,7 +192,12 @@ specific language governing permissions and limitations under the License.
</tr>
</tbody>
</table>
-
+ <p>
+ Views with a reduce function will return a single row of reduced values.
+ If you are looking for the same results that you can see here in Futon,
+ add a <code>?group=true</code> parameter to your view query. Futon does
+ this automatically.
+ </p>
</div>
</div></body>
</html>