X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2ea9be2319952e1b977b9a175559871589c1046e..e0611b29453531f662d873890d5ab44b340a8856:/apps/opds/views.py diff --git a/apps/opds/views.py b/apps/opds/views.py index 2a1b2f890..136712504 100644 --- a/apps/opds/views.py +++ b/apps/opds/views.py @@ -390,7 +390,8 @@ class SearchFeed(AcquisitionFeed): if author: log.info( "narrow to author %s" % author) - hint.tags(srch.search_tags(srch.get_tokens(author, field='authors'), filt=srch.term_filter(Term('tag_category', 'author')))) + hint.tags(srch.search_tags(srch.get_phrase(srch.get_tokens(author, field='authors'), field='authors'), + filt=srch.term_filter(Term('tag_category', 'author')))) if translator: log.info( "filter by translator %s" % translator)