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)) : '';