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 B4B6E9FB9 for ; Thu, 23 May 2013 07:40:23 +0000 (UTC) Received: (qmail 97161 invoked by uid 500); 23 May 2013 07:40:23 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 96877 invoked by uid 500); 23 May 2013 07:40:22 -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 96801 invoked by uid 99); 23 May 2013 07:40:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 May 2013 07:40:20 +0000 Date: Thu, 23 May 2013 07:40:20 +0000 (UTC) From: "Alexander Shorin (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (COUCHDB-1804) include_design options not working anymore in v1.3 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-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13664954#comment-13664954 ] Alexander Shorin commented on COUCHDB-1804: ------------------------------------------- Works for me for 1.3.0 release and current master HEAD: {code} { "_id": "_design/test", "_rev": "2-0ac6a92f94b4cf21964031116ffd0a40", "language": "javascript", "views": { "test": { "map": "function(doc) {\n emit(doc._id, doc._rev);\n}" } }, "options": { "include_design": true } } {code} This ddoc view emits results for ddocs like for any other docs. > include_design options not working anymore in v1.3 > -------------------------------------------------- > > Key: COUCHDB-1804 > URL: https://issues.apache.org/jira/browse/COUCHDB-1804 > Project: CouchDB > Issue Type: Bug > Components: JavaScript View Server > Reporter: Andi Noviandi > > "include_design" : true, that enable view to access design document is no longer working. > I have use this options in couchdb 1.2 and its running well, but after upgrade to 1.3 seems the view not accessing design doc anymore? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira