1 line
90 B
JavaScript
1 line
90 B
JavaScript
function(doc){if(doc.text && doc.text.match(/united/)) emit([doc.title, doc.chunk],null)} |