mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
ff687b3d34
@ -958,7 +958,7 @@ class Search:
|
||||
def query_is_cacheable(self, sqp, dbcache, query):
|
||||
if query:
|
||||
for name, value in sqp.get_queried_fields(query):
|
||||
if name == 'template' and '#@#:d:' in value:
|
||||
if name == 'template':
|
||||
return False
|
||||
elif name in dbcache.field_metadata.all_field_keys():
|
||||
fm = dbcache.field_metadata[name]
|
||||
|
Loading…
x
Reference in New Issue
Block a user