diff --git a/templates/web/prod/results/infos.html.twig b/templates/web/prod/results/infos.html.twig
index d8f4683482..71bde78f2e 100644
--- a/templates/web/prod/results/infos.html.twig
+++ b/templates/web/prod/results/infos.html.twig
@@ -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 {