X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0534cba3ab83d0d10e52c2c27eb6387c9763481b..9a0deb49e85ee676f71f15abafa382ebf4cf92ee:/apps/opds/views.py?ds=inline diff --git a/apps/opds/views.py b/apps/opds/views.py index 5a9e44a41..ec93da138 100644 --- a/apps/opds/views.py +++ b/apps/opds/views.py @@ -370,6 +370,11 @@ class SearchFeed(AcquisitionFeed): author = request.GET.get('author', '') title = request.GET.get('title', '') translator = request.GET.get('translator', '') + + # Our client didn't handle the opds placeholders + if author == '{atom:author}': author = '' + if title == '{atom:title}': title = '' + if translator == '{atom:contributor}': translator = '' categories = None fuzzy = False