Menu

[f55325]: / couch / games.js  Maximize  Restore  History

Download this file

8 lines (7 with data), 161 Bytes

1
2
3
4
5
6
7
{
"views": {
"scheduled": {
"map": "function(doc) { if(doc.type == 'game' && doc['status'] == 'scheduled') { emit([doc.sid, doc.time], doc); } }"
}
}
}