https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13301 Barton Chittenden <barton@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #10 from Barton Chittenden <barton@bywatersolutions.com> --- (In reply to Barton Chittenden from comment #9)
(In reply to Owen Leonard from comment #8)
Can this bug be reproduced in versions newer than 3.18.x? If so, please update the report's version information. If not, please close.
I just tested this at the library that reported the issue; they're still seeing the problem under 3.22.07. I'll dig back through the templates and through the code and see if I can't find out what's triggering the behavior in question.
I was able to re-create the symptoms on the library's server which is running 3.22.07. At the time that I filed the bug, the surrounding quotes weren't being url-encoded -- the link looked like this: [<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q="FIC%20Grisham"">FIC Grisham</a>] Which is obviously broken. Now it looks like this: [<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=%22FIC%20Grisham%22">FIC Grisham</a>] That returns results on my test server running master (currently 16.06.00.002), but not on the library's server. I suspect that there are some configuration issues with zebra. I'm going to go ahead and close this bug; if I find issues specific to the libraries configuration, I'll file a cleaner and more detailed bug report. -- You are receiving this mail because: You are watching all bug changes.