Like search into MongoDB with Monk library
问题 I'm trying to do like search into mongodb with Javascript, but i havent yet figured it out how to do it. Any help is appreciated. I have a search parameter called "search" at request body (req.body.search). I would like find all programs which name contains that search criteria. Ie. "harry" would return " Harry Potter", "Potter Harry ", "How merry Harry Really is?" and other movies which contains harry in its name. exports.programs = function(db, req) { return function(req, res) { var