Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 86A7F200BC8 for ; Wed, 9 Nov 2016 06:19:35 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8533D160B0C; Wed, 9 Nov 2016 05:19:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CD0D9160B0A for ; Wed, 9 Nov 2016 06:19:34 +0100 (CET) Received: (qmail 53785 invoked by uid 500); 9 Nov 2016 05:19:33 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 53774 invoked by uid 99); 9 Nov 2016 05:19:33 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2016 05:19:33 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 0E443C00B6 for ; Wed, 9 Nov 2016 05:19:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.952 X-Spam-Level: * X-Spam-Status: No, score=1.952 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, RCVD_IN_DNSWL_LOW=-0.7, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id v3lDq2EdQBoa for ; Wed, 9 Nov 2016 05:19:30 +0000 (UTC) Received: from mail110.syd.optusnet.com.au (mail110.syd.optusnet.com.au [211.29.132.97]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 047735F1BE for ; Wed, 9 Nov 2016 05:19:30 +0000 (UTC) Received: from Asrock1 (c220-239-121-150.belrs4.nsw.optusnet.com.au [220.239.121.150]) by mail110.syd.optusnet.com.au (Postfix) with SMTP id A20AC785892 for ; Wed, 9 Nov 2016 16:19:22 +1100 (AEDT) Message-ID: <91408ADF3A2744E6993002D4AB3F2D0E@Asrock1> From: "Geoff Bomford" To: Subject: 2.0 _changes request returning all changes Date: Wed, 9 Nov 2016 16:19:20 +1100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002A_01D23AA5.06A3AB10" X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 16.4.3528.331 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3528.331 X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.1 cv=RIxOZNW+ c=1 sm=1 tr=0 a=RUGndvzeBlA+mkCsprJokw==:117 a=RUGndvzeBlA+mkCsprJokw==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=r77TgQKjGQsHNAKrUKIA:9 a=rPvgT2iURjtpJqZVOwwA:9 a=QEXdDO2ut3YA:10 a=hAWidapj3i0A:10 a=j2ZajBHS1fpii1Zlj3MA:9 a=vtu_ryWqgGdSP6WX:21 a=_W_S_7VecoQA:10 archived-at: Wed, 09 Nov 2016 05:19:35 -0000 ------=_NextPart_000_002A_01D23AA5.06A3AB10 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I=E2=80=99m using couchdb 2.0 and trying to get a list of revision ids = for a batch of documents so I can purge them. When I submit a POST to /db/_changes... { "doc_ids": [ "NEW712064", "NTG00002192" =20 ] } ...the response returns all changes, for all document ids. Am I doing something wrong? ------=_NextPart_000_002A_01D23AA5.06A3AB10--