alfio-event / alfio-event/alf.io
Event list api: add possibility to filter/search
Open
enhancement
public website
- Dominant language
- Java
- Stars
- 1.6k
- Forks
- 396
- PR merge metrics
- No merged PRs in 30d
Description
The endpoint `/api/v2/public/events` (https://github.com/alfio-event/alf.io/blob/master/src/main/java/alfio/controller/api/v2/user/EventApiV2Controller.java#L98) should be able to filter by:
- tag
- organization
- type (online, ...)
- full text search (this one could open some issues), maybe not a good idea for a first implementation
On the implementation side: expand `eventManager.getPublishedEvents()` with some kind of parameter object for filtering.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.