[Koha-bugs] [Bug 22434] correct item callnumber search link

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 6 11:02:32 CET 2019


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

--- Comment #4 from sandboxes at biblibre.com <sandboxes at biblibre.com> ---
Created attachment 86132
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=86132&action=edit
Bug 22434: correct item callnumber search link

Many places show item callnumber as a link to a search on this callnumber.
The correct way is : (opac-)search.pl?q=callnum:%22[% callnumber | uri %]%22

I propose an include that creates think search link.

Patch does not create an include for OPAC since callnumber search link is only
in display without XSLT which will be obsolete. It juste corrects the filtering
with uri instead of url.

Test plan :
1) Create an item with callnumber : AAA&1(2)3
2) Check callnumber display and search link ar OK in :
3) Intranet : perform a search in catalog search that displays this item
4) Intranet : perform a search in cataloguing serach that displays this item
5) Intranet : Create a list that displays this item
6) OPAC without XSLT : perform a search in catalog search that displays this
item
7) OPAC without XSLT : perform a group search in catalog search that displays
this item

Signed-off-by: Theodoros Theodoropoulos <theod at lib.auth.gr>

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


More information about the Koha-bugs mailing list