Bug 15468 - Search links on callnumbers with parentheses fails on OPAC results page
To Test: 1-before plugin search in opac for a call number with either a "(" or a ")" in it 2-it should come back with no results 3-use plugin 4-re-search the call number with "(" or ")" 5-the search should come back with results Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> It seems this only works with OPAC XSLT for results page turned off and OPACItemsResultsDisplay turned on. - Then the callnumbers in the result list will be linked for searching. Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
parent
df13a5d3e7
commit
6d9a75014e
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@
|
|||
|
||||
[% IF ( OPACItemsResultsDisplay ) %]
|
||||
[% UNLESS ( singleBranchMode ) %][% available_items_loo.location %][% END %]
|
||||
[% IF ( available_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/opac-search.pl?q=callnum:[% available_items_loo.itemcallnumber |url %]">[% available_items_loo.itemcallnumber %]</a>][% END %]
|
||||
[% IF ( available_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/opac-search.pl?q=callnum:%22[% available_items_loo.itemcallnumber |url %]%22">[% available_items_loo.itemcallnumber %]</a>][% END %]
|
||||
[% END %]
|
||||
([% available_items_loo.count %]),
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue