PHRAS-2301_thesaurus_concept_path_port_41 fix

This commit is contained in:
Filip Vilic
2018-11-23 10:28:47 +01:00
parent 31fa5b14c6
commit 688caea0d9

View File

@@ -35,7 +35,7 @@
if(key === 'multi_match') {
var testValue = value.fields[0];
if(testValue.startsWith('concept_path')) {
pathField.append(path + '\n');
pathField.append(value.query + '\n');
}
}
else {