Open jmbarne3 opened 4 years ago
Regarding point 1: this should (hopefully) just be a matter of adding the TAGGIT_CASE_INSENSITIVE
setting + setting it to True
.
https://django-taggit.readthedocs.io/en/latest/getting_started.html
We had a similar issue on Events at some point: https://github.com/UCF/unify-events/pull/8
I made 2 small changes in the branch I made: I added that setting, and I updated a filter statement from using a __contains
to an __icontains
on the typeahead view. Those two things seem to have solved the problem.