Michael Hines created COUCHDB-3422:
--------------------------------------
Summary: Mango queries on User database not working
Key: COUCHDB-3422
URL: https://issues.apache.org/jira/browse/COUCHDB-3422
Project: CouchDB
Issue Type: Bug
Components: Mango
Reporter: Michael Hines
Neither the default query against _id in the Fauxton UI or a contructed query
on the command line via CURL work with the following error:
{noformat}
$ curl -X POST -H "Content-Type: application/json"
"http://172.17.0.1:5984/_users/_find" -d '{"selector" : {"name" : {"$eq" :
"demo"}}}'
{noformat}
Results in:
{noformat}
{"error":"unknown_error","reason":"case_clause","ref":1948008234}
{noformat}
github issue: https://github.com/apache/couchdb/issues/535
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)