You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Chris Anderson (JIRA)" <ji...@apache.org> on 2008/10/21 21:50:44 UTC

[jira] Resolved: (COUCHDB-138) reduce=false & include_docs=true cannot be combined in a query

     [ https://issues.apache.org/jira/browse/COUCHDB-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Anderson resolved COUCHDB-138.
------------------------------------

    Resolution: Fixed

fixed in r706735

> reduce=false & include_docs=true cannot be combined in a query
> --------------------------------------------------------------
>
>                 Key: COUCHDB-138
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-138
>             Project: CouchDB
>          Issue Type: Bug
>          Components: HTTP Interface
>    Affects Versions: 0.9
>            Reporter: Paul Carey
>            Priority: Minor
>         Attachments: couch_tests.js.view_include_docs.diff
>
>
> Passing ?reduce=false&include_docs=true to a query results in the following error message
> {"error":"query_parse_error","reason":"Bad URL query key for reduce operation: include_docs"}
> I believe that the presence of a reduce function should not prevent include_docs from working. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.