OpenMeet-Team / openmeet-api

Provides the API for OpenMeet
https://api-dev.openmeet.net/api/version
Apache License 2.0
2 stars 0 forks source link

Enable Search API Endpoints for Events and Groups #125

Open tompscanlan opened 2 weeks ago

tompscanlan commented 2 weeks ago

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.

tompscanlan commented 2 weeks ago

requires #124

codextech commented 2 days ago

https://github.com/OpenMeet-Team/openmeet-api/pull/146 Here is PR