https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28884 --- Comment #13 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Janusz Kaczmarek from comment #8)
(In reply to Nick Clemens from comment #7)
This was "solved" with a hack on bug 31213
Nick, I'm aware of your 'hack'--now, I'm unable to verify if quickly, but as far as I remember it didn't solve this case. If it did, there would be no point for me to dig into this.
Ah, so it doesn't solve this issue because we don't index the a and b together by default. So when you search for: "Will libraries survive? the future of public libraries" The quoted version fails, because no single field contains that string. If you change or add a title index with 245(ab) then the "hack" does work. In fact, it's probably a good idea because any quoted 'full' title search including a subtitle will fail otherwise -- You are receiving this mail because: You are watching all bug changes.