mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Store: ...
This commit is contained in:
parent
94e4a48bba
commit
4695840b2c
@ -647,6 +647,8 @@ class SearchFilter(SearchQueryParser):
|
|||||||
location = location.lower().strip()
|
location = location.lower().strip()
|
||||||
if location == 'authors':
|
if location == 'authors':
|
||||||
location = 'author'
|
location = 'author'
|
||||||
|
elif location == 'formats':
|
||||||
|
location = 'format'
|
||||||
|
|
||||||
matchkind = CONTAINS_MATCH
|
matchkind = CONTAINS_MATCH
|
||||||
if len(query) > 1:
|
if len(query) > 1:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user