Bug 10542: Fix QueryParser with OpacSupression
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 12 Mar 2014 17:43:20 +0000 (17:43 +0000)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 11 Aug 2014 14:39:17 +0000 (11:39 -0300)
commit449b365a4822141920706d61a5ca466a86e6a6fa
tree0451f880e7a52b1bae9503105c19927bf27751d5
parent27eccf412217c18f282ae9e97e94885209a9ba69
Bug 10542: Fix QueryParser with OpacSupression

OpacSupressions manipulates the query string after the buildQuery
call and so breaks with queryParser enabled.  This patch adds
checks for queryParser and manipulates the query before passing it
to buildQuery if it is enabled, but leaves the post buildQuery
manipultation when queryParser is disabled

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Adding a sing after test

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
opac/opac-search.pl