Add isbn to search.

This commit is contained in:
John Schember 2009-06-28 11:33:13 -04:00
parent 3577cd6b8a
commit c8cc5a0598

View File

@ -198,7 +198,7 @@ class ResultCache(SearchQueryParser):
query = query.decode('utf-8')
if location in ('tag', 'author', 'format'):
location += 's'
all = ('title', 'authors', 'publisher', 'tags', 'comments', 'series', 'formats')
all = ('title', 'authors', 'publisher', 'tags', 'comments', 'series', 'formats', 'isbn')
MAP = {}
for x in all:
MAP[x] = FIELD_MAP[x]