Key Information
Type
hardware
Views
All
Map: function(doc) { emit(doc._id, null); } • Reduce: _count
ByBrand
Map: function(doc) { if (doc && doc.brand) emit(doc.brand, null); } • Reduce: _count
ByType
Map: function(doc) { if (doc && doc.type) emit(doc.type, null); } • Reduce: _count
You must be logged in to post a comment.