From da60f964ab2606c5295fd165c68b531681c8df72 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Sun, 20 Jul 2025 16:54:09 +0200 Subject: [PATCH] details in results on home --- templates/public/home.html.twig | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/public/home.html.twig b/templates/public/home.html.twig index 7afd5cf..551f65a 100644 --- a/templates/public/home.html.twig +++ b/templates/public/home.html.twig @@ -659,10 +659,9 @@ // Format the display text based on available properties let displayText = result.display_name; if (result.name) { - displayText = result.name; - if (result.address && result.address.city) { - displayText += `, ${result.address.city}`; - } + displayText = result.display_name; + console.log('result', result) + } // Add result number