Bug 12894 - Callnumber links in staff result page don't always work
Summary: Callnumber links in staff result page don't always work
Status: RESOLVED DUPLICATE of bug 12405
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-09 07:41 UTC by Katrin Fischer
Modified: 2014-09-10 21:14 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2014-09-09 07:41:53 UTC
If the library is using () in their callnumbers, clicking on the callnumber in the staff result list will find no result. If you manually add "" around the callnumber in the search link, the result will be found.

Example:

No results:
/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=ZG 9260 B686-1(2) 1

Result is found:
/cgi-bin/koha/catalogue/search.pl?idx=callnum&q="ZG 9260 B686-1(2) 1"


Can we safely add the ""?
Comment 1 Katrin Fischer 2014-09-10 21:14:11 UTC

*** This bug has been marked as a duplicate of bug 12405 ***