[Koha-bugs] [Bug 10542] QueryParser + OpacSuppression doesn't allow search in 'all libraries'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 24 18:33:38 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10542

--- Comment #2 from Galen Charlton <gmcharlt at gmail.com> ---
Poking at this more, the immediate cause of the problem is that tacking on 'not
Suppress=1' to the end of a PQF query generated by QP is a syntax error.  That
can be addressed by munging the input to buildQuery(), but I've run into a
roadblock: the PQF QueryParser driver needs to be taught how to use the
negation operator.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list