Fixes search null state view

This commit is contained in:
Mouse Reeve 2021-05-20 16:34:32 -07:00
parent ab3fb4d555
commit a8a8398cf8

View file

@ -36,7 +36,7 @@ class Search(View):
)
return JsonResponse([r.json() for r in book_results], safe=False)
if not search_type:
if query and not search_type:
search_type = "user" if "@" in query else "book"
endpoints = {