You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Christian Grobmeier (JIRA)" <ji...@apache.org> on 2015/11/26 12:26:11 UTC

[jira] [Created] (COUCHDB-2904) Fauxton requests for "keys" instead for "key"

Christian Grobmeier created COUCHDB-2904:
--------------------------------------------

             Summary: Fauxton requests for "keys" instead for "key"
                 Key: COUCHDB-2904
                 URL: https://issues.apache.org/jira/browse/COUCHDB-2904
             Project: CouchDB
          Issue Type: Bug
          Components: Fauxton
            Reporter: Christian Grobmeier


My document has: 
["AT","item"]
As a key.

Querying using a view in Fauxton generates the following request:
keys=%5B%22AT%22%2C%22item%22%5D
No results were returned.

Applying the full request directly on CouchDB does not return results. 
Modifying it to:

key=%5B%22AT%22%2C%22item%22%5D
or:
key=["AT","item"]

(key instead of keys)

shows the expected results.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)