Lines 343-349
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
343 |
('QueryAutoTruncate','1',NULL,'If ON, query truncation is enabled by default','YesNo'), |
343 |
('QueryAutoTruncate','1',NULL,'If ON, query truncation is enabled by default','YesNo'), |
344 |
('QueryFuzzy','1',NULL,'If ON, enables fuzzy option for searches','YesNo'), |
344 |
('QueryFuzzy','1',NULL,'If ON, enables fuzzy option for searches','YesNo'), |
345 |
('QueryStemming','1',NULL,'If ON, enables query stemming','YesNo'), |
345 |
('QueryStemming','1',NULL,'If ON, enables query stemming','YesNo'), |
346 |
('QueryWeightFields','1',NULL,'If ON, enables field weighting','YesNo'), |
346 |
('QueryWeightFields','1','0|1|2','Enable field weighting research','Choice'), |
347 |
('QuoteOfTheDay','0',NULL,'Enable or disable display of Quote of the Day on the OPAC home page','YesNo'), |
347 |
('QuoteOfTheDay','0',NULL,'Enable or disable display of Quote of the Day on the OPAC home page','YesNo'), |
348 |
('RandomizeHoldsQueueWeight','0',NULL,'if ON, the holds queue in circulation will be randomized, either based on all location codes, or by the location codes specified in StaticHoldsQueueWeight','YesNo'), |
348 |
('RandomizeHoldsQueueWeight','0',NULL,'if ON, the holds queue in circulation will be randomized, either based on all location codes, or by the location codes specified in StaticHoldsQueueWeight','YesNo'), |
349 |
('RecordLocalUseOnReturn','0',NULL,'If ON, statistically record returns of unissued items as local use, instead of return','YesNo'), |
349 |
('RecordLocalUseOnReturn','0',NULL,'If ON, statistically record returns of unissued items as local use, instead of return','YesNo'), |