Koha/koha-tmpl/intranet-tmpl/prog/en
Jared Camins-Esakov b086fcab9a Bug 9239: Add syspref to enable QueryParser
In light of the experimental nature of the QueryParser code at this
juncture, it behooves Koha to have the option of disabling QP, at least
for the purpose of comparing results between QP-enabled and QP-disabled
searches. This patch adds a UseQueryParser syspref to do just that. In
cases where the user enables QP without having QP installed, however,
there will be no dramatic failure, and Koha will simply fall back to
using the non-QP search code.

In order to reduce the overhead added by the introduction of QueryParser,
this patch adds a C4::Context->queryparser accessor to a static
QueryParser object which is initialized the first time it is required
and then reset thereafter.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Elliott Davis <elliott@bywatersolions.com>
Fixed merge conflict in sysprefs.sql and updatedatabase.sql

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Fixed merge conflict in sysprefs.sql und updatedatabase.pl
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-03-16 21:32:32 -04:00
..
css Bug 9690 - Replace YUI buttons on the catalog search results page with Bootstrap 2013-03-15 19:21:52 -04:00
includes Bug 9765 - Remove unused include file: budgetperiods-admin.inc 2013-03-15 19:20:01 -04:00
js Bug 7596 - System prefs editor JS contains untranslatable English string 2013-03-15 19:03:49 -04:00
lib Bug 9034: Add sorting and filtering on items table (catalogue/detail.pl) 2013-02-07 19:35:51 -05:00
modules Bug 9239: Add syspref to enable QueryParser 2013-03-16 21:32:32 -04:00
xslt Bug 9356: Show Dissertation note (MARC21 502) in XSLT 2013-02-24 10:00:54 -05:00
columns.def