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 F33B210154 for ; Tue, 11 Mar 2014 18:40:33 +0000 (UTC) Received: (qmail 51910 invoked by uid 500); 11 Mar 2014 18:40:15 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 51718 invoked by uid 500); 11 Mar 2014 18:40:13 -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 51397 invoked by uid 99); 11 Mar 2014 18:40:05 -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 18:40:05 +0000 Date: Tue, 11 Mar 2014 18:40:04 +0000 (UTC) From: "Garren Smith (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (COUCHDB-2188) Pagination is broken if map fun emits more rows than page size is 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-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Garren Smith reassigned COUCHDB-2188: ------------------------------------- Assignee: Garren Smith > Pagination is broken if map fun emits more rows than page size is > ----------------------------------------------------------------- > > Key: COUCHDB-2188 > URL: https://issues.apache.org/jira/browse/COUCHDB-2188 > Project: CouchDB > Issue Type: Bug > Security Level: public(Regular issues) > Components: Fauxton > Reporter: Alexander Shorin > Assignee: Garren Smith > Labels: advanced > > 1. Create new database with single doc - his content doesn't matters > 2. Create the view that emits multiple rows for single doc, like: > {code} > function(doc){ > for(var i=0; i < 20; i++){ > emit(doc._id, i); > } > } > {code} > Yes, too synthetic, but you got the idea. > 3. Try to navigate thought results with page size 5 and 10 - you'll always browse the same content > Fauxton @ [4e60f0b|https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=4e60f0b] -- This message was sent by Atlassian JIRA (v6.2#6252)