alfio-event / alfio-event/alf.io
Event list api: add possibility to filter/search
Ouverte
enhancement
public website
- Langage dominant
- Java
- Étoiles
- 1.6k
- Forks
- 396
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.