Bug 5651: Question marks break searches w/ICU
authorJared Camins-Esakov <jcamins@bywatersolutions.com>
Tue, 5 Apr 2011 13:48:03 +0000 (15:48 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 6 Apr 2011 03:33:58 +0000 (15:33 +1200)
commitad206a73f867f6a184f64d41e4ccfa8e5bb0cd21
treefaa4d633d4b46084be7c06c83d19fcea2e3f5611
parent66de13af9a5b00e70fb93ada6a92f3481db1a981
Bug 5651: Question marks break searches w/ICU

When a user is doing a simple keyword search, they should not be expected to
deal with the magical behavior of question marks in Zebra. This fix escapes
question marks, and reduces the number of false positives for identifying a
"simple keyword search."

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Search.pm