Closed jd7h closed 4 years ago
We need to be able to search the list of books, based on title, category, author name, etc.
Useful Django docs: https://docs.djangoproject.com/en/3.0/topics/db/search/
Really good tutorial: https://wsvincent.com/django-search/
Added to menu in commit bc7a9819de600b9f548563674d6a41fe86696427
We need to be able to search the list of books, based on title, category, author name, etc.