Enligt MongoDB-manualen du kan använda $regex operatör: collection.findOne({Name: { $regex: '.*world_no_safe.*' }});