From 9bc78c157c6c95550a2a867ad235457f733cb2ec Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Fri, 2 Jan 2026 01:59:05 +0100 Subject: [PATCH] asss --- src/App/Search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Search.php b/src/App/Search.php index 7b4fa44..3a669c0 100644 --- a/src/App/Search.php +++ b/src/App/Search.php @@ -73,7 +73,7 @@ final class Search // Radius for HAVING $bind[] = $radius; } else { - $sql = "SELECT id, title, teaser_public, description, city, region, zip, starts_at, visibility, allow_kids, location_label, lat, lng, 30 AS distance_km"; + $sql = "SELECT id, title, teaser_public, description, city, region, zip, starts_at, visibility, allow_kids, location_label, lat, lng, 5 AS distance_km"; } $where = $whereParts ? ('WHERE ' . implode(' AND ', $whereParts)) : '';