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:16:35 +0000 (22:16 -0400)
commit34aef8b8be3d70593b243761d1191af466fe6797
treed40ea0b48f0757bdda747305d16162175b751e76
parent9dad67f69610a7956d0f2d938e7999ea4afa199c
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