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 2009/01/07 18:34:44 UTC

[jira] Resolved: (COUCHDB-166) Request with include_docs=true&reduce=false fails

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

Chris Anderson resolved COUCHDB-166.
------------------------------------

    Resolution: Fixed

applied in r732407. Thanks!

> Request with include_docs=true&reduce=false fails
> -------------------------------------------------
>
>                 Key: COUCHDB-166
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-166
>             Project: CouchDB
>          Issue Type: Bug
>          Components: HTTP Interface
>    Affects Versions: 0.9
>         Environment: Tested on Linux with CouchDB 0.9.0a720489
>            Reporter: Michael Fellinger
>         Attachments: patch
>
>
> There seems to be an issue related to parameter order, which I think is a bug, given that they are named.
> This request will work:
> /testdb/_view/user/all?reduce=false&include_docs=true
> This request will fail:
> /testdb/_view/user/all?include_docs=true&reduce=false
> producing following error with status 500:
> {"error":"query_parse_error","reason":"Bad URL query key for reduce operation: include_docs"}

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