We have some options for how to best implement the text filter, given that we want it to filter the collections as the user types, rather than requiring them to click a search/filter button.
One option to explore is Django Autocomplete Light.
Acceptance Criteria
- Decide the best approach for implementing live text filtering