From 4695840b2cc9eab54f0e6432289a719171fb6276 Mon Sep 17 00:00:00 2001 From: John Schember Date: Thu, 21 Apr 2011 06:43:52 -0400 Subject: [PATCH] Store: ... --- src/calibre/gui2/store/search.py | 2 ++ 1 file changed, 2 insertions(+) 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: