couchrest_model/examples/word_count/views/books/united-map.js
2008-06-01 15:07:56 -07:00

1 line
90 B
JavaScript

function(doc){if(doc.text && doc.text.match(/united/)) emit([doc.title, doc.chunk],null)}