Store: ...

This commit is contained in:
John Schember 2011-04-21 06:43:52 -04:00
parent 94e4a48bba
commit 4695840b2c

View File

@ -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: