1
0
Fork 0

Uses filters, fixes for any shelf

This commit is contained in:
Ross Chapman 2023-12-05 19:33:59 -08:00
parent b27ed847d5
commit 979162da10
6 changed files with 21 additions and 37 deletions

View file

@ -60,7 +60,6 @@ def search(
# if there were no identifier results...
if not results:
print('SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS')
# then try searching title/author
results = search_title_author(
query, min_confidence, *filters, return_first=return_first, books=books