From: Marcin Koziej Date: Mon, 2 Jul 2012 10:59:53 +0000 (+0200) Subject: misting get_tokens call. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/2ea9be2319952e1b977b9a175559871589c1046e?ds=sidebyside;hp=-c misting get_tokens call. --- 2ea9be2319952e1b977b9a175559871589c1046e diff --git a/apps/opds/views.py b/apps/opds/views.py index f793d7d57..2a1b2f890 100644 --- a/apps/opds/views.py +++ b/apps/opds/views.py @@ -390,7 +390,7 @@ class SearchFeed(AcquisitionFeed): if author: log.info( "narrow to author %s" % author) - hint.tags(srch.search_tags(author, filt=srch.term_filter(Term('tag_category', 'author')))) + hint.tags(srch.search_tags(srch.get_tokens(author, field='authors'), filt=srch.term_filter(Term('tag_category', 'author')))) if translator: log.info( "filter by translator %s" % translator)