Mercurial > hg > Feedworm
view backend/couchdb/CouchApp/feedworm/views/preference/map.js @ 188:e26210be221f
emit the feedEntries sorted by feed and by update date so they come out sorted
author | dirk |
---|---|
date | Wed, 14 Sep 2011 00:17:01 +0200 |
parents | a5bda54309ba |
children |
line wrap: on
line source
function(doc) { if (doc.doctype == "preferences") { emit(doc._id, doc) } }