mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fixed #5034 (Search cover:False fails, cover:True succeeds)
This commit is contained in:
parent
768fb23057
commit
0667538213
@ -263,7 +263,7 @@ class ResultCache(SearchQueryParser):
|
|||||||
if item[loc].strip() != '':
|
if item[loc].strip() != '':
|
||||||
continue
|
continue
|
||||||
matches.add(item[0])
|
matches.add(item[0])
|
||||||
break
|
continue
|
||||||
continue ### item is empty. No possible matches below
|
continue ### item is empty. No possible matches below
|
||||||
|
|
||||||
if q == 'true':
|
if q == 'true':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user