]> git.koha-community.org Git - koha.git/commit
Bug 11410: ensure cataloging search finds results for searches with ampersands
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 17 Dec 2013 21:04:10 +0000 (16:04 -0500)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 15 Jan 2014 17:23:54 +0000 (14:23 -0300)
commitd7a7336dff3e33d566b2c85efd689963ef7826de
tree2d46c934bf91cb68e5c3ecf6e9a5ec87496d4c30
parentccbaa6f3c42ece752a7c7d6d5c4142ea57d6fd1d
Bug 11410: ensure cataloging search finds results for searches with ampersands

When QueryParser is off, 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.  This patch corrects the bug.

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!

Signed-off-by: Heather Braum <hbraum@nekls.org>
Signed-off-by: Suzanne Fayle <sfayle@roseman.edu>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
This works as described, passes all tests and QA script.
Note: Because $query = $builtquery when the QueryParser is used,
this problem is only visible when UseQueryParser is set to "Don't try".

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 2a4e193c242372f488892591a72752dfd4ffb138)
Signed-off-by: Fridolin SOMERS <fridolin.somers@biblibre.com>
(cherry picked from commit 0c500f463001db06c8c1f72f8b81c8edde6487d7)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
cataloguing/addbooks.pl