Remove dependence on search.query_parser_fts proc
authorThomas Berezansky <tsbere@mvlc.org>
Fri, 7 Sep 2012 20:07:26 +0000 (16:07 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Wed, 30 Jan 2013 16:29:27 +0000 (11:29 -0500)
commitae85b21720f1644b451f7a38dd79b6faf65bda1b
tree0d4545803c417d58b7391fc9462202ba919f2e55
parent483e2647c4e4b95da7dd3da21b6948f1d160b125
Remove dependence on search.query_parser_fts proc

We do this by moving everything into the QueryParser driver, then telling
the metabib layer to not call it anymore.

In the process we remove the "superpage" checks, instead just getting the
entire result set directly from the DB.

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Open-ILS/examples/opensrf.xml.example
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg/QueryParser.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/metabib.pm