From 6754b7531b4b5df3b6b4b61d9dc3bd399a8aa48f Mon Sep 17 00:00:00 2001 From: oleonard Date: Thu, 8 Jul 2004 19:40:30 +0000 Subject: [PATCH] orderby variable must be passed to template so that multiple pages of search results will retain their custom ordering --- opac/opac-search.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/opac/opac-search.pl b/opac/opac-search.pl index 6b107a16d7..c8abb368e3 100755 --- a/opac/opac-search.pl +++ b/opac/opac-search.pl @@ -121,6 +121,7 @@ if ($op eq "do_search") { displaynext=> $displaynext, displayprev=> $displayprev, resultsperpage => $resultsperpage, + orderby => $orderby, startfromnext => $startfrom+1, startfromprev => $startfrom-1, searchdata=>\@field_data, -- 2.39.2