mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
commit
597374d0a3
@ -630,8 +630,11 @@ class ResultCache(SearchQueryParser): # {{{
|
|||||||
terms.add(l)
|
terms.add(l)
|
||||||
if terms:
|
if terms:
|
||||||
for l in terms:
|
for l in terms:
|
||||||
matches |= self.get_matches(l, query,
|
try:
|
||||||
candidates=candidates, allow_recursion=allow_recursion)
|
matches |= self.get_matches(l, query,
|
||||||
|
candidates=candidates, allow_recursion=allow_recursion)
|
||||||
|
except:
|
||||||
|
pass
|
||||||
return matches
|
return matches
|
||||||
|
|
||||||
if location in self.field_metadata:
|
if location in self.field_metadata:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user