Bug 15745: C4::Matcher gets CCL parsing error if term contains ? (question mark)
authorDavid Cook <dcook@prosentient.com.au>
Fri, 5 Feb 2016 05:09:45 +0000 (16:09 +1100)
committerFrédéric Demians <f.demians@tamil.fr>
Wed, 27 Apr 2016 14:21:37 +0000 (16:21 +0200)
commit8fd14b9b6b6e41cd3242948ba3fa7b8d165af446
tree8bea78dd5ff510071405a5b648ece01bdcf2a942
parent430dc045033ea3f70684068da3d37f0b769b60f9
Bug 15745: C4::Matcher gets CCL parsing error if term contains ? (question mark)

Signed-off-by: Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi>

Also fixes ! and +
Rebased to master
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
It makes perfect sense and works as expected. This part of the code is too
under-tested so no point requiring a regression test for such a simple change.

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
(cherry picked from commit fcbd81049f590e5fc0c31030bcdb1311951c1444)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
(cherry picked from commit 7212c9f41e635a3be54dc2356696b1e9ce6a370f)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
C4/Matcher.pm