Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6669A177D7 for ; Mon, 6 Oct 2014 10:32:34 +0000 (UTC) Received: (qmail 21560 invoked by uid 500); 6 Oct 2014 10:32:33 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 21499 invoked by uid 500); 6 Oct 2014 10:32:33 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 21488 invoked by uid 99); 6 Oct 2014 10:32:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Oct 2014 10:32:33 +0000 Date: Mon, 6 Oct 2014 10:32:33 +0000 (UTC) From: "Garren Smith (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (COUCHDB-2351) Docs page should show total record count MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Garren Smith closed COUCHDB-2351. --------------------------------- Resolution: Won't Fix we cannot add the "of X rows" part because we support query options for a view query. Futon can do "Showing 1 - 10 of 11 rows" is because it doesn't support different query options. The total_rows returned for a view query stays constant even if a user adds some query options to the query. > Docs page should show total record count > ---------------------------------------- > > Key: COUCHDB-2351 > URL: https://issues.apache.org/jira/browse/COUCHDB-2351 > Project: CouchDB > Issue Type: Improvement > Security Level: public(Regular issues) > Components: Fauxton > Reporter: Ben Keen > > On the document listing page, Futon shows: > "Showing 1-10 of 11 rows" > Fauxton just has "Showing 1-10" so you don't know how many documents are there. > Unless there was a specific reason to remove it, I suggest adding it. -- This message was sent by Atlassian JIRA (v6.3.4#6332)