http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11410 --- Comment #1 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 23614 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23614&action=edit Bug 11410 - Cataloging search finds no results for searches with ampersands The cataloging search is passing the incorrect variable to SimpleSearch. I'm sure this is causing other issues, but the one I have identified is that any searches with an "&" in them return no results. Test Plan: 1) Catalog a new record titled "Cats & Dogs" 2) Rebuild your zebra index so this record is indexed 3) Browse to cataloguing/addbooks.pl 4) Search for "Cats & Dogs" 5) Notice you get no results 6) Apply this patch 7) Repeat the search 8) Notice your result now shows up! -- You are receiving this mail because: You are watching all bug changes.