Lines 231-236
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
231 |
('EDIFACT','0',NULL,'Enables EDIFACT acquisitions functions','YesNo'), |
231 |
('EDIFACT','0',NULL,'Enables EDIFACT acquisitions functions','YesNo'), |
232 |
('EdifactInvoiceImport', 'automatic', 'automatic|manual', "If on, don't auto-import EDI invoices, just keep them in the database with the status 'new'", 'Choice'), |
232 |
('EdifactInvoiceImport', 'automatic', 'automatic|manual', "If on, don't auto-import EDI invoices, just keep them in the database with the status 'new'", 'Choice'), |
233 |
('EdifactLSQ', 'location', 'location|ccode', 'Map EDI sequence code (GIR+LSQ) to Koha Item field', 'Choice'), |
233 |
('EdifactLSQ', 'location', 'location|ccode', 'Map EDI sequence code (GIR+LSQ) to Koha Item field', 'Choice'), |
|
|
234 |
('ElasticsearchBoostFieldMatch', '0', NULL, 'Add a "match" query to es when searching, will follow indexes chosen in advanced search, or use title-cover for generic keyword or title index search', 'YesNo'), |
234 |
('ElasticsearchCrossFields', '1', '', 'Enable "cross_fields" option for searches using Elastic search.', 'YesNo'), |
235 |
('ElasticsearchCrossFields', '1', '', 'Enable "cross_fields" option for searches using Elastic search.', 'YesNo'), |
235 |
('ElasticsearchIndexStatus_authorities', '0', 'Authorities index status', NULL, NULL), |
236 |
('ElasticsearchIndexStatus_authorities', '0', 'Authorities index status', NULL, NULL), |
236 |
('ElasticsearchIndexStatus_biblios', '0', 'Biblios index status', NULL, NULL), |
237 |
('ElasticsearchIndexStatus_biblios', '0', 'Biblios index status', NULL, NULL), |
Lines 260-266
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
260 |
('ERMProviderEbscoApiKey', '', '', 'API key for EBSCO', 'free'), |
261 |
('ERMProviderEbscoApiKey', '', '', 'API key for EBSCO', 'free'), |
261 |
('ERMProviderEbscoCustomerID', '', '', 'Customer ID for EBSCO', 'free'), |
262 |
('ERMProviderEbscoCustomerID', '', '', 'Customer ID for EBSCO', 'free'), |
262 |
('ERMProviders', 'local', 'local|ebsco', 'Set the providers for the ERM module', 'Choice'), |
263 |
('ERMProviders', 'local', 'local|ebsco', 'Set the providers for the ERM module', 'Choice'), |
263 |
('ESBoostFieldMatch', '0', NULL, 'Add a "match" query to es when searching, will follow indexes chosen in advanced search, or use title-cover for generic keyword or title index search', 'YesNo'), |
|
|
264 |
('ESPreventAutoTruncate', 'barcode|control-number|control-number-identifier|date-of-acquisition|date-of-publication|date-time-last-modified|identifier-standard|isbn|issn|itype|lc-card-number|number-local-acquisition|other-control-number|record-control-number', NULL, 'List of searchfields (separated by | or ,) that should not be autotruncated by Elasticsearch even if QueryAutoTruncate is set to Yes', 'free'), |
264 |
('ESPreventAutoTruncate', 'barcode|control-number|control-number-identifier|date-of-acquisition|date-of-publication|date-time-last-modified|identifier-standard|isbn|issn|itype|lc-card-number|number-local-acquisition|other-control-number|record-control-number', NULL, 'List of searchfields (separated by | or ,) that should not be autotruncated by Elasticsearch even if QueryAutoTruncate is set to Yes', 'free'), |
265 |
('ExcludeHolidaysFromMaxPickUpDelay', '0', NULL, 'If ON, reserves max pickup delay takes into accountthe closed days.', 'YesNo'), |
265 |
('ExcludeHolidaysFromMaxPickUpDelay', '0', NULL, 'If ON, reserves max pickup delay takes into accountthe closed days.', 'YesNo'), |
266 |
('expandedSearchOption','0',NULL,'If ON, set advanced search to be expanded by default','YesNo'), |
266 |
('expandedSearchOption','0',NULL,'If ON, set advanced search to be expanded by default','YesNo'), |