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:18:42 +0000 (22:18 -0400)
commit9810d2f5b681649aa193ff08e81e38217d14df03
tree828ddcc51f0cbb2011fc72353d16e363ade67ad1
parentf2a42afa2cd4830363e6d44f647efa23ce18afe3
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