Am 22.09.2009 um 17:32 schrieb Jan-Felix Wittmann:
sorry not ->



function(doc){
     emit(created_at, doc);
}

this here is better :)

function(doc){
     emit(doc.created_at, doc);
}

--Felix

Reply via email to