mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-03-10 20:03:41 -04:00
fix failing test
This commit is contained in:
parent
52189d9075
commit
fdab1d476a
@ -879,7 +879,7 @@ class ResultCache(SearchQueryParser): # {{{
|
||||
return restriction
|
||||
|
||||
def search_getting_ids(self, query, search_restriction,
|
||||
set_restriction_count=False, use_virtual_library=True, sort_results=True):
|
||||
set_restriction_count=False, use_virtual_library=True, sort_results=True, allow_templates=True):
|
||||
if use_virtual_library:
|
||||
search_restriction = self._build_restriction_string(search_restriction)
|
||||
q = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user