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>
Tue, 11 Sep 2012 13:23:41 +0000 (09:23 -0400)
commite9ba74eeb48b2c4dd6169f619a5d1c958c6a7dd0
treec6b97d4623ee4f564afd4907d975515bf12a3f39
parentff4a77ddbd64f34cefbd11dd59d6912895156cf6
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