[Koha-bugs] [Bug 8381] Paging broken in OPAC search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 9 13:53:29 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8381

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |paul.poulain at biblibre.com
           Assignee|oleonard at myacpl.org         |alex.arnaud at biblibre.com

--- Comment #4 from Paul Poulain <paul.poulain at biblibre.com> ---
Alex, I'm assigning this bug to you, because you're author of the patch that
caused it, see bug 5981.

I confirm that the following lines are the origin of the problem:
+            my $path_info = $cgi->url(-path_info=>1);
+            $query_cgi = $cgi->url(-query=>1);
+            $query_cgi =~ s/^$path_info\?//;
+            $query_cgi =~ s/;/&/g;
+            $query_desc .= ", $limit_desc";

I've commented them, and the problem described here is gone. Uncommenting them,
the problem is back.

I can't reproduce Katrin problem described on
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5981#c28, but thi one
8381 is a bug, for sure

As your original bugfix contained an updatedatabase, I won't revert it, that
would mean creating a "hole" in DB revision numbers, but please fix the problem
quickly !

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


More information about the Koha-bugs mailing list