Remove dependence on search.query_parser_fts proc
authorThomas Berezansky <tsbere@mvlc.org>
Fri, 7 Sep 2012 20:07:26 +0000 (16:07 -0400)
committerThomas Berezansky <tsbere@mvlc.org>
Thu, 20 Dec 2012 15:38:04 +0000 (10:38 -0500)
commite3a7af6470bc6e1f89b698a7dd261fbc915bbb2b
tree0c1ccd6a53430d8ddb8ce72d5b50df3dbd606626
parentf9b62546cc0219e8b6fe5fddf46568cb854ab0a6
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