Replies: 1 comment
-
Hi, we use InstantSearch a lot and faced similar problems with out clients so we created PlacesAPI. It's an Algolia Places replacement (also built on Algolia) and it's a breeze to swap out the native Places widget with ours, see Demo 6 on our site. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Algolia places will no longer exist soon, but the use case for synchronising location and algolia parameters still seems interesting.
In geosearch we only support a bounding box, and the existing places widget only supports aroundLatLng, I wonder if those two paradigms shouldn't exist at the same time?
These are the options I see:
If we do nothing, we are essentially doing option 1, but people could still take the current code of the places widget and adapt that to different providers
references: #4775
Beta Was this translation helpful? Give feedback.
All reactions