mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #6551 (content server delivers incorrect content when accessing "By Searches" category)
This commit is contained in:
commit
e999d1d97b
@ -518,7 +518,7 @@ class OPDSServer(object):
|
||||
|
||||
if category == 'search':
|
||||
try:
|
||||
ids = self.search_cache(which)
|
||||
ids = self.search_cache('search:"%s"'%which)
|
||||
except:
|
||||
raise cherrypy.HTTPError(404, 'Search: %r not understood'%which)
|
||||
return self.get_opds_acquisition_feed(ids, offset, page_url,
|
||||
|
Loading…
x
Reference in New Issue
Block a user