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 F376D105A5 for ; Tue, 11 Mar 2014 19:55:13 +0000 (UTC) Received: (qmail 9509 invoked by uid 500); 11 Mar 2014 19:55:08 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 9278 invoked by uid 500); 11 Mar 2014 19:55:03 -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 9130 invoked by uid 99); 11 Mar 2014 19:55:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2014 19:55:00 +0000 Date: Tue, 11 Mar 2014 19:55:00 +0000 (UTC) From: "Garren Smith (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (COUCHDB-2151) Show only document _id and _rev for _all_docs index 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-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Garren Smith updated COUCHDB-2151: ---------------------------------- Skill Level: Committers Level (Medium to Hard) This will be fixed in the new UI changes. > Show only document _id and _rev for _all_docs index > --------------------------------------------------- > > Key: COUCHDB-2151 > URL: https://issues.apache.org/jira/browse/COUCHDB-2151 > Project: CouchDB > Issue Type: Improvement > Security Level: public(Regular issues) > Components: Fauxton > Reporter: Alexander Shorin > > In good old Futon if documents have some meaningful ID you can easily navigate though them via pages. It's not possible to do the same with Fauxton since it shows a lot of useless information for _all_docs index: I don't need to see any value or key there which are duplicates information from _id and _rev fields (also, there is no _id or _rev field in views results, only id). -- This message was sent by Atlassian JIRA (v6.2#6252)