summaryrefslogtreecommitdiff
path: root/share/www/database.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/database.html')
-rw-r--r--share/www/database.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/www/database.html b/share/www/database.html
index 1f7f6ab2..fbc0a5d7 100644
--- a/share/www/database.html
+++ b/share/www/database.html
@@ -192,8 +192,8 @@ 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.
+ <p id="grouptruenotice">
+ <strong>Note</strong>: 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.