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 0597010C75 for ; Wed, 20 Nov 2013 12:47:40 +0000 (UTC) Received: (qmail 68763 invoked by uid 500); 20 Nov 2013 12:47:37 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 68728 invoked by uid 500); 20 Nov 2013 12:47:36 -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 68661 invoked by uid 99); 20 Nov 2013 12:47:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Nov 2013 12:47:35 +0000 Date: Wed, 20 Nov 2013 12:47:35 +0000 (UTC) From: "Robert Newson (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (COUCHDB-1923) Allow ?attachments=true alongside ?include_docs=true on view 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-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13827609#comment-13827609 ] Robert Newson commented on COUCHDB-1923: ---------------------------------------- Needs work (specifically, all the modifications to couch_doc should come out, there's already a mechanism to fetch documents with base64 encoded attachments) and a warning in the docs about doing this for large attachments. > Allow ?attachments=true alongside ?include_docs=true on view > ------------------------------------------------------------ > > Key: COUCHDB-1923 > URL: https://issues.apache.org/jira/browse/COUCHDB-1923 > Project: CouchDB > Issue Type: Improvement > Reporter: Nathan Vander Wilt > > I have a situation where it'd be handy to get inline [base64] attachments for the documents from a view response (already using include_docs=true). > I wonder if this is as easy a fix as COUCHDB-549 was? -- This message was sent by Atlassian JIRA (v6.1#6144)