Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 77239 invoked from network); 29 Apr 2010 05:33:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Apr 2010 05:33:08 -0000 Received: (qmail 21775 invoked by uid 500); 29 Apr 2010 05:33:07 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 21544 invoked by uid 500); 29 Apr 2010 05:33:07 -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 21536 invoked by uid 99); 29 Apr 2010 05:33:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Apr 2010 05:33:06 +0000 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.223.191] (HELO mail-iw0-f191.google.com) (209.85.223.191) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Apr 2010 05:32:58 +0000 Received: by iwn29 with SMTP id 29so11231411iwn.17 for ; Wed, 28 Apr 2010 22:32:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.150.12 with SMTP id w12mr1063581ibv.37.1272519155435; Wed, 28 Apr 2010 22:32:35 -0700 (PDT) Received: by 10.231.38.194 with HTTP; Wed, 28 Apr 2010 22:32:35 -0700 (PDT) Date: Thu, 29 Apr 2010 01:32:35 -0400 Message-ID: Subject: adding the ability to do a POST to _changes From: Jarrod Roberson To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=001636cd73dd3ac777048559745e X-Virus-Checked: Checked by ClamAV on apache.org --001636cd73dd3ac777048559745e Content-Type: text/plain; charset=ISO-8859-1 I have been able to add the ability to do a POST to _changes in couch_httpd_db.erl but I I just get a raw body element with the string of JSON. How do I get it to parse the json in the body like a keys POST to a _view? What I am trying to do is add the ability of a _filter to have a list of keys and only send me the ids that are in the list of keys that I specify in the POST to _changes. -- Jarrod Roberson --001636cd73dd3ac777048559745e--