Can I use a single search bar for searching different things?
I’m trying to use a single search bar for searching different models. Is it possible to handle it with one view? my views.py file: class SearchResultsView(ListView): model = Food template_name …