[
https://issues.apache.org/jira/browse/COUCHDB-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14010960#comment-14010960
]
ASF GitHub Bot commented on COUCHDB-2249:
-----------------------------------------
Github user garrensmith commented on the pull request:
https://github.com/apache/couchdb/pull/237#issuecomment-44384248
Thanks @willholley, I've merged in.
> Fauxton generates incorrect parameters when complex keys are specified
> ----------------------------------------------------------------------
>
> Key: COUCHDB-2249
> URL: https://issues.apache.org/jira/browse/COUCHDB-2249
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Fauxton
> Reporter: Will Holley
>
> Fauxton is not stringifying user-defined query parameters correctly (added in
> the "Query Options" panel). This results in a query parameter being generated
> for each component of the complex key.
> For example, specifying a startkey of {noformat}["a","b"]{noformat} generates
> the URL
> {noformat}
> ?startkey[]=a&startkey[]=b
> {noformat}
> instead of:
> {noformat}
> ?startkey=["a","b"]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)