getFormat() {
        if (this.queryName === 'match_phrase_prefix') {
            this.queryFormat = this.setFormat();
            this.getQueryFormat.emit(this.queryFormat);
        }