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)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Fri, 1 Apr 2016 19:12:51 +0000 (19:12 +0000)
commitfcbd81049f590e5fc0c31030bcdb1311951c1444
treefc26c0e2cf8557d93ae31fc2fab8d3c7eb370f4c
parentcc4d9822a1bbb66c493ebd2b0def32de2d18a523
 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>
C4/Matcher.pm