]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Remove dependence on search.query_parser_fts proc
authorThomas Berezansky <tsbere@mvlc.org>
Fri, 7 Sep 2012 20:07:26 +0000 (16:07 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 15 Feb 2013 20:39:47 +0000 (15:39 -0500)
commit6d8872cf120caf67ad6f65995b2c5155fa5ab652
tree6dffc75da7fa21a64cdbda7c547f4e19f87527c2
parentc7c3d1bcfd7e394f5698ea0615ad126d71741693
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>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
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