diff --git a/src/calibre/gui2/store/search.py b/src/calibre/gui2/store/search.py index ba84d4583c..193ebbc420 100644 --- a/src/calibre/gui2/store/search.py +++ b/src/calibre/gui2/store/search.py @@ -647,6 +647,8 @@ class SearchFilter(SearchQueryParser): location = location.lower().strip() if location == 'authors': location = 'author' + elif location == 'formats': + location = 'format' matchkind = CONTAINS_MATCH if len(query) > 1: