Podle příručky MongoDB můžete použít $regex operátor: collection.findOne({Name: { $regex: '.*world_no_safe.*' }});