From: Oleg Broytman Date: Tue, 24 May 2016 21:21:07 +0000 (+0300) Subject: Fix a bug X-Git-Tag: 0.0.7~3 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=2bde7fb4a4f400aee640a185b45c2ade7952adc6 Fix a bug --- 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,