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