details in results on home

This commit is contained in:
Tykayn 2025-07-20 16:54:09 +02:00 committed by tykayn
parent 7887356dd9
commit da60f964ab

View file

@ -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