Why it is not possible to create a view like this
function(doc) {
emit(doc.user.friends_count,doc.user.followers_count,doc.id_str);
}??
Why it is not possible to create a view like this
function(doc) {
emit(doc.user.friends_count,doc.user.followers_count,doc.id_str);
}??