https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31543 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |david@davidnind.com --- Comment #4 from David Nind <david@davidnind.com> --- This works on the staff interface, but I get no results for the OPAC. This is related to the query in the URL I think. OPAC: - Query in URL generated on the OPAC: /cgi-bin/koha/opac-search.pl?q=Host-item%3A("Easy piano pieces for children \%2F")%26sort_by%3Dtitle_asc - Search box: Host-item:("Easy piano pieces for children \/")&sort_by=title_asc - Note - the staff interface has this in the search box: Host-item:("Easy piano pieces for children \/") If I change the query in the OPAC URL to the match that used in the staff interface, it works: - Change OPAC URL to: /cgi-bin/koha/opac-search.pl?q=Host-item:("Easy piano pieces for children \/")&sort_by=title_asc - OPAC search box: Host-item:("Easy piano pieces for children \/") -- You are receiving this mail because: You are watching all bug changes.