We want to add a search functionality for groups and events. We could implement this several ways, one of which is using the addon for postgres to enable GIS relations.
Goal: Have API endpoints that can be called using search terms and location and returns Groups by proximity to a location (not sure if address or GPS co-ordinates), and another for Events.
Complete when we can find groups and events near given location by keywords.
We want to add a search functionality for groups and events. We could implement this several ways, one of which is using the addon for postgres to enable GIS relations.
Goal: Have API endpoints that can be called using search terms and location and returns Groups by proximity to a location (not sure if address or GPS co-ordinates), and another for Events.
Complete when we can find groups and events near given location by keywords.