2009/8/15 Thomas Bock <[email protected]>: > Thank you for answering but ... > > > >Why don't you simply emit a row for each value in Standard? That will > >then become unique rows in the reduce. You'll have to read multiple > >rows to get all the values though. >
I guess the intent was doing something like
map:function(doc) {
emit(doc.Standard,null);
},
reduce:function(kk,vv,rf){
return null;
}
and query view with &group_level=1
You have then Standards as keys in view result.
--
DU
