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>
Fri, 1 Feb 2013 14:49:45 +0000 (09:49 -0500)
commit2c087e53b1a887013e5ef2d505219808b3c7ee6d
tree0d4545803c417d58b7391fc9462202ba919f2e55
parent460f971e013843fb35ed58eaedab75e2f0505483
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