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=5&rev2=6 -------------------------------------------------- var day = parseInt(datetime.substr(8, 2), 10); var hour = parseInt(datetime.substr(11, 2), 10); var minute = parseInt(datetime.substr(14, 2), 10); - emit([doc.sales, doc.item, year, month, day, hour, minute], 1); + emit([doc.widget, year, month, day, hour, minute], 1); } }}}
