From 6d5a4f470d2681f36341892559bae901777ff838 Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 1 Nov 2023 05:40:03 +0000 Subject: [PATCH] Bug 34021: Make search within OPAC consistent with staff interface Test plan: 0. Apply the patch 1. Go to http://localhost:8080/cgi-bin/koha/opac-main.pl 2. Type "an:104" in the search box and click the search button 3. Type "Alcestis" into the "Search within results" box and click the Search button next to the box 4. Note that now there are only 2 results 5. Type "Dale" into the "Search within results" box and click the Search button next to the box 6. Note that you're taken directly to the last result --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt index 4936cf7255..2c089e93bb 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -162,9 +162,8 @@ [% END %]
- - +
[% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %] -- 2.34.1