Closed simonw closed 4 months ago
Make the Django admin search for tags case insensitive.
get_search_results
TagAdmin
blog/admin.py
tag__istartswith=search_term
tag__startswith=search_term
For more details, open the Copilot Workspace session.
Make the Django admin search for tags case insensitive.
get_search_results
method in theTagAdmin
class inblog/admin.py
to usetag__istartswith=search_term
instead oftag__startswith=search_term
.For more details, open the Copilot Workspace session.