Signed-off-by: Bill Erickson <berickxx@gmail.com>
matchOp: string[];
format: string;
available = false;
+ // TODO: configurable
+ // format limiter default to using the search_format filter
+ formatCtype = 'search_format';
ccvmFilters: {[ccvmCode: string]: string[]};
facetFilters: FacetFilter[];
copyLocations: string[]; // ID's, but treated as strings in the UI.
}
if (ts.format) {
- str += ' search_format(' + ts.format + ')';
+ str += ' ' + ts.formatCtype + '(' + ts.format + ')';
}
if (this.global) {