I'm trying my first view with url
http://localhost:5984/qq/_design/application/_view/all, the code is,

_id :   _design/application
_rev:   8-70c13aeee55e3ba8400f2068f11d9156
views: {
            all: {
              map: "function(doc) {
               emit(doc._id,doc);
              }"
            }
          }

and the error is below, can anyone tell what's the issue here?

{"error":"badmatch","reason":"{ \n  all: {\n    map: \"function(doc)
{\n     emit(doc._id,doc);\n    }\"\n  }\n}"}
--
Pan

Reply via email to