Lines 454-459
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
454 |
('PurgeSuggestionsOlderThan', '', NULL, 'If this script is called without the days parameter', 'Integer'), |
454 |
('PurgeSuggestionsOlderThan', '', NULL, 'If this script is called without the days parameter', 'Integer'), |
455 |
('QueryAutoTruncate','1',NULL,'If ON, query truncation is enabled by default','YesNo'), |
455 |
('QueryAutoTruncate','1',NULL,'If ON, query truncation is enabled by default','YesNo'), |
456 |
('QueryFuzzy','1',NULL,'If ON, enables fuzzy option for searches','YesNo'), |
456 |
('QueryFuzzy','1',NULL,'If ON, enables fuzzy option for searches','YesNo'), |
|
|
457 |
('QueryRegexEscapeOptions', 'escape', 'dont_escape|escape|unescape_escaped', 'Escape option for regexps delimiters in Elasicsearch queries.', 'Choice'), |
457 |
('QueryStemming','1',NULL,'If ON, enables query stemming','YesNo'), |
458 |
('QueryStemming','1',NULL,'If ON, enables query stemming','YesNo'), |
458 |
('QueryWeightFields','1',NULL,'If ON, enables field weighting','YesNo'), |
459 |
('QueryWeightFields','1',NULL,'If ON, enables field weighting','YesNo'), |
459 |
('QuoteOfTheDay','0',NULL,'Enable or disable display of Quote of the Day on the OPAC home page','YesNo'), |
460 |
('QuoteOfTheDay','0',NULL,'Enable or disable display of Quote of the Day on the OPAC home page','YesNo'), |
Lines 624-629
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
624 |
('XSLTListsDisplay','default','','Enable XSLT stylesheet control over lists pages display on intranet','Free'), |
625 |
('XSLTListsDisplay','default','','Enable XSLT stylesheet control over lists pages display on intranet','Free'), |
625 |
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'), |
626 |
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'), |
626 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
627 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
627 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), |
628 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo') |
628 |
('QueryRegexEscapeOptions', 'escape', 'dont_escape|escape|unescape_escaped', 'Escape option for regexps delimiters in Elasicsearch queries.', 'Choice') |
|
|
629 |
; |
629 |
; |
630 |
- |
|
|