c2c3 / findaconference

Find and share conferences
MIT License
1 stars 0 forks source link

Implement Conference Search #5

Closed bradcypert closed 10 months ago

bradcypert commented 1 year ago

Develop a search feature that allows users to search for conferences. Ensure archived conferences are excluded by default but can be included upon request.

bradcypert commented 10 months ago

Ended up taking a filter approach instead. This works great provided we dont want/need to paginate the data from the server. We can re-evaluate this in the future if the site every takes off.