Bug 20334: Move new system preference into right spot in alphabet
Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
9355a035fb
commit
1145b7406c
1 changed files with 1 additions and 0 deletions
|
@ -496,6 +496,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
|
|||
('PurgeSuggestionsOlderThan', '', NULL, 'If this script is called without the days parameter', 'Integer'),
|
||||
('QueryAutoTruncate','1',NULL,'If ON, query truncation is enabled by default','YesNo'),
|
||||
('QueryFuzzy','1',NULL,'If ON, enables fuzzy option for searches','YesNo'),
|
||||
('QueryRegexEscapeOptions', 'escape', 'dont_escape|escape|unescape_escaped', 'Escape option for regexps delimiters in Elasicsearch queries.', 'Choice'),
|
||||
('QueryStemming','1',NULL,'If ON, enables query stemming','YesNo'),
|
||||
('QueryWeightFields','1',NULL,'If ON, enables field weighting','YesNo'),
|
||||
('QuoteOfTheDay','0',NULL,'Enable or disable display of Quote of the Day on the OPAC home page','YesNo'),
|
||||
|
|
Loading…
Reference in a new issue