asdsad
This commit is contained in:
@@ -44,7 +44,7 @@ final class Search
|
|||||||
$whereParts[] = implode(' AND ', $conditions);
|
$whereParts[] = implode(' AND ', $conditions);
|
||||||
}
|
}
|
||||||
|
|
||||||
$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";
|
||||||
$distanceFiltering = false;
|
$distanceFiltering = false;
|
||||||
|
|
||||||
if ($hasGeo) {
|
if ($hasGeo) {
|
||||||
|
|||||||
Reference in New Issue
Block a user