2 lines
86 B
JavaScript
2 lines
86 B
JavaScript
|
|
function(doc){if(doc.text&&doc.text.match(/united/))emit([doc.title,doc.chunk],null)} |