[Koha-bugs] [Bug 34961] RSS feed link in OPAC is missing sort parameter

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 2 17:03:34 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34961

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 156455
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=156455&action=edit
Bug 34961: Add sort parameter to OPAC search results RSS feed link

This patch corrects two RSS links in the OPAC search results template so
that they include the correct parameters, including the descending sort
by acquisition date.

To test, apply the patch and go to the OPAC.

- Perform a catalog search which will return search results.
- Next to the page heading "Your search returned X results" is an RSS
  link. Check the link to confirm that it has all the expected
  parameters:

  opac-search.pl?idx=kw&q=nude&count=50&sort_by=acqdate_dsc&format=rss

- Perform a search which will return no results and check the RSS link
  on that page. It should be the same.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list