https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22434 --- Comment #9 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- (In reply to Jonathan Druart from comment #6)
Could you explain the issue you are trying to fix?
Without the patch: I have an item with its callnumber set to AAA&1(2)3 I launch a search and see a link /catalogue/search.pl?idx=callnum&q=%22AAA%261(2)3%22 I click on it and I am redirected to the bibliographic detail page.
Using idx=callnum will use all search options like the auto-trunction for example, that is useless in this case. Many places like the facets prefer <index>:<query>. This is also good for ES. And some places where missing the double quotes. -- You are receiving this mail because: You are watching all bug changes.