[
https://issues.apache.org/jira/browse/COUCHDB-3254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15764207#comment-15764207
]
ASF GitHub Bot commented on COUCHDB-3254:
-----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/couchdb-chttpd/pull/152
> Rewrite function breaks multiple parameters
> -------------------------------------------
>
> Key: COUCHDB-3254
> URL: https://issues.apache.org/jira/browse/COUCHDB-3254
> Project: CouchDB
> Issue Type: Bug
> Components: Database Core, HTTP Interface
> Environment: Couchdb version: v. 2.0.0
> Reporter: Fabian
>
> Using a rewrite rule on a view with multiple parameters doesn't work as the
> resulting URL seems to be missing ampersands between the parameters. When
> using the _design document below and a URL like
> http://localhost:5984/database_name/_design/test/_rewrite/views/_view/view_name
> the following error occurs:
> bq.{"error":"query_parse_error","reason":"Invalid boolean parameter:
> \"truekey=null\""}
> Minimal _design document:
> {
> "_id": "_design/test",
> "language": "javascript",
> "rewrites": "function(req) {return {path:
> '../'+req.path.slice(4).join('/'),query: {'reduce': 'true','key': 'null'}}};"
> }
> Couchdb version: v. 2.0.0
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)