Filter by Distance #16
Labels
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Reference: thisfro/pflaenz.li-Symfony#16
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To filter by distance, the following is needed:
The SQL query should look like that in the end
Since Doctrine doesn't support
ST_DISTANCE
, a simple solution could be:However, this might be related to performance losses.
This whole funciton should be refactored into a service, e.g.
DistanceFilterHelper
.Implemented by
e52753446b