Ifølge MongoDB-manualen du kan bruge $regex operatør: collection.findOne({Name: { $regex: '.*world_no_safe.*' }});