Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "IsoFormattedDateAsDocId" page has been changed by DougShawhan.
http://wiki.apache.org/couchdb/IsoFormattedDateAsDocId?action=diff&rev1=8&rev2=9

--------------------------------------------------

  {{{#!javascript
  {
     "sum_by_day": {
-        "map": "function(doc) {\n  var dt = new Date(doc._id);\n  
emit(dt.getDate() doc.widget, 1);\n}",
+        "map": "function(doc) {\n  var dt = new Date(doc._id);\n  
emit([dt.getDate() doc.widget], 1);\n}",
         "reduce": "function(keys, values, rereduce) {\n   return 
sum(values)\n}"
     }
  }

Reply via email to