X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4b5ed2ce2a3a8bf845c2831666661365e0c09f09..67ea42add2b196f5ab07dafd6af0a6b9cb628bb2:/apps/opds/views.py?ds=sidebyside

diff --git a/apps/opds/views.py b/apps/opds/views.py
index f793d7d57..8fe0b8f1b 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(author, filt=srch.term_filter(Term('tag_category', 'author'))))
+                hint.tags(srch.search_tags(srch.make_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)