[Koha-bugs] [Bug 21850] Remove search request from page title of OPAC result list

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 4 16:54:59 CET 2019


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

--- Comment #3 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 83640
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83640&action=edit
Bug 21850: Remove search request from page title of OPAC result list

This patch modifies the OPAC search results template so that advanced
search terms are not shown in the page title and breadcrumbs. This
removes potentially confusing computer-oriented code from the public
view.

For simple searches the search term is displayed, using the same logic
that determines whether the search bar should be populated with the last
search term.

To test:

 - Apply the patch
 - Peform a simple keyword search in the OPAC
   - On the results page the title and breadcrumbs should show 'Results
     of search for [your keyword]
 - Perform an advanced search with multiple parameters
   - The page title and breadrumbs should show only 'Search results'
   - The breadcrumbs should also show a link back to Advanced search
     using the returntosearch parameter

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


More information about the Koha-bugs mailing list