Develop a search feature that allows users to search for conferences. Ensure archived conferences are excluded by default but can be included upon request.
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.
Develop a search feature that allows users to search for conferences. Ensure archived conferences are excluded by default but can be included upon request.