Lines 236-241
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
236 |
('ElasticsearchIndexStatus_authorities', '0', 'Authorities index status', NULL, NULL), |
236 |
('ElasticsearchIndexStatus_authorities', '0', 'Authorities index status', NULL, NULL), |
237 |
('ElasticsearchIndexStatus_biblios', '0', 'Biblios index status', NULL, NULL), |
237 |
('ElasticsearchIndexStatus_biblios', '0', 'Biblios index status', NULL, NULL), |
238 |
('ElasticsearchMARCFormat', 'base64ISO2709', 'base64ISO2709|ARRAY', 'Elasticsearch MARC format. ISO2709 format is recommended as it is faster and takes less space, whereas array is searchable.', 'Choice'), |
238 |
('ElasticsearchMARCFormat', 'base64ISO2709', 'base64ISO2709|ARRAY', 'Elasticsearch MARC format. ISO2709 format is recommended as it is faster and takes less space, whereas array is searchable.', 'Choice'), |
|
|
239 |
('ElasticsearchPreventAutoTruncate', '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'), |
239 |
('EmailAddressForPatronRegistrations', '', '', ' If you choose EmailAddressForPatronRegistrations you have to enter a valid email address: ', 'free'), |
240 |
('EmailAddressForPatronRegistrations', '', '', ' If you choose EmailAddressForPatronRegistrations you have to enter a valid email address: ', 'free'), |
240 |
('EmailAddressForSuggestions','','',' If you choose EmailAddressForSuggestions you have to enter a valid email address: ','free'), |
241 |
('EmailAddressForSuggestions','','',' If you choose EmailAddressForSuggestions you have to enter a valid email address: ','free'), |
241 |
('EmailFieldPrecedence','email|emailpro|B_email','','Ordered list of patron email fields to use when AutoEmailPrimaryAddress is set to first valid','multiple'), |
242 |
('EmailFieldPrecedence','email|emailpro|B_email','','Ordered list of patron email fields to use when AutoEmailPrimaryAddress is set to first valid','multiple'), |
Lines 261-267
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
261 |
('ERMProviderEbscoApiKey', '', '', 'API key for EBSCO', 'free'), |
262 |
('ERMProviderEbscoApiKey', '', '', 'API key for EBSCO', 'free'), |
262 |
('ERMProviderEbscoCustomerID', '', '', 'Customer ID for EBSCO', 'free'), |
263 |
('ERMProviderEbscoCustomerID', '', '', 'Customer ID for EBSCO', 'free'), |
263 |
('ERMProviders', 'local', 'local|ebsco', 'Set the providers for the ERM module', 'Choice'), |
264 |
('ERMProviders', 'local', 'local|ebsco', 'Set the providers for the ERM module', 'Choice'), |
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'), |
267 |
('ExpireReservesAutoFill','0',NULL,'Automatically fill the next hold with a automatically canceled expired waiting hold.','YesNo'), |
267 |
('ExpireReservesAutoFill','0',NULL,'Automatically fill the next hold with a automatically canceled expired waiting hold.','YesNo'), |
Lines 879-882
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
879 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
879 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
880 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), |
880 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), |
881 |
('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea') |
881 |
('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea') |
882 |
; |
882 |
; |