Merge branch 'main' into search-refactor
This commit is contained in:
commit
5dd2aac600
218 changed files with 8892 additions and 6942 deletions
|
@ -64,7 +64,7 @@ class Search(View):
|
|||
data["results"] = paginated
|
||||
data["remote"] = search_remote
|
||||
|
||||
return TemplateResponse(request, "search/{:s}.html".format(search_type), data)
|
||||
return TemplateResponse(request, f"search/{search_type}.html", data)
|
||||
|
||||
|
||||
def book_search(query, _, min_confidence, search_remote=False):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue