PEC-CSS / acm-website-backend

Backend of the official website of PEC ACM CSS
MIT License
17 stars 2 forks source link

search events with pattern matching #112

Closed harasees-singh closed 8 months ago

harasees-singh commented 9 months ago

need an efficient api to search events by their title

GET /v1/events/search/pattern res : List<Event> where event's title is of the form '%pattern%'

return any 5 matches