-
-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SearchKit - add address proximity (map radius) search #23597
Conversation
(Standard links)
|
bc06bf2
to
671dac8
Compare
671dac8
to
d2a29eb
Compare
ok let's merge it - it would be good to test in the rc (I'm fighting geocoders right now) and it shouldn;'t affect existing code |
Ok just I had marked it merge-ready to give the mystery sponsor time to see if it worked for their use case. |
Well it can get further fixes if need be |
That's us! We will test asap - we need to run an upgrade first, so we're just waiting for the security drop. It looks like just what we're after though. |
One thing I'll note about this PR is that it only works with Google. (which, afaik is the only geocoder that actually works with CiviCRM at the moment, but still noteworthy) |
Upgraded and tested and working well! Does exactly what we wanted. Thank you! |
Overview
Allows searching for addresses within a given distance of a location.
Notes
Update: now works with most mapping providers (originally hardcoded only for Google Maps) via #23646