Use the centralized initialization method for QP
authorMike Rylander <mrylander@gmail.com>
Tue, 11 Jun 2013 20:44:35 +0000 (16:44 -0400)
committerDan Scott <dscott@laurentian.ca>
Thu, 13 Jun 2013 02:13:28 +0000 (22:13 -0400)
commitb45c605197c31e2a515cb4382097953e72105179
treef98e08083503270b56b704db2f4f1d67b0e344ef
parent2a7b63e42d4f186421bf80fc6e3b86661bc820e9
Use the centralized initialization method for QP

QueryParser maintains an effective singleton for internal configuration of
the driver in order to avoid going to the database on every search request
to gather configuration parameters.  There is also a centralized sub that
has the task of properly configuring said singleton.  Previous to this commit
we were not using that centralized initializer in one case, and that case
happened to be the most important initialization of QP in all of Evergreen.
The fallout from that was that some configuration was not being gathered
and passed to QueryParser, resulting in incorrect search SQL being generated.

This is rectified by using the centralized initializer everywhere that it
is needed and can be used -- and particularly in the effected case.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/metabib.pm