Download this file
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); } }" } } }