X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=blobdiff_plain;f=m_librarian%2Fsearch.py;h=2fbde60906edef7554ebf123f1425ad222317d88;hp=7572287759616f11cb2c7353dbc3779cabc6e61c;hb=2bde7fb4a4f400aee640a185b45c2ade7952adc6;hpb=514d7a6a405e2212dbc5798c66ff68a3bdcbd633 diff --git a/m_librarian/search.py b/m_librarian/search.py index 7572287..2fbde60 100644 --- a/m_librarian/search.py +++ b/m_librarian/search.py @@ -59,7 +59,7 @@ def _search(table, search_type, case_sensitive, values, def search_authors(search_type, case_sensitive, values, expressions=None, orderBy=None): return _search(Author, search_type, case_sensitive, values, - expressions=None, orderBy=orderBy) + expressions=expressions, orderBy=orderBy) def search_books(search_type, case_sensitive, values, join_expressions=None,