if len(locations) != 0 {
        match = match + ", (new:NewsItem)<-[h]-(l:Location)"

        names := un.MapString(func(location string) string {
            return fmt.Sprintf("\"%s\"", strings.TrimSpace(location))