Lines 174-180
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
174 |
('ElasticsearchIndexStatus_authorities', '0', 'Authorities index status', NULL, NULL), |
174 |
('ElasticsearchIndexStatus_authorities', '0', 'Authorities index status', NULL, NULL), |
175 |
('ElasticsearchIndexStatus_biblios', '0', 'Biblios index status', NULL, NULL), |
175 |
('ElasticsearchIndexStatus_biblios', '0', 'Biblios index status', NULL, NULL), |
176 |
('ElasticsearchMARCFormat', 'ISO2709', 'ISO2709|ARRAY', 'Elasticsearch MARC format. ISO2709 format is recommended as it is faster and takes less space, whereas array is searchable.', 'Choice'), |
176 |
('ElasticsearchMARCFormat', 'ISO2709', 'ISO2709|ARRAY', 'Elasticsearch MARC format. ISO2709 format is recommended as it is faster and takes less space, whereas array is searchable.', 'Choice'), |
177 |
('ElasticsearchCrossFields', '1', '', 'Enable "cross_fields" option for searches using Elastic search.', 'YesNo'), |
177 |
('ElasticsearchCrossFields', '0', '', 'Enable "cross_fields" option for searches using Elastic search.', 'YesNo'), |
178 |
('EmailAddressForSuggestions','','',' If you choose EmailAddressForSuggestions you have to enter a valid email address: ','free'), |
178 |
('EmailAddressForSuggestions','','',' If you choose EmailAddressForSuggestions you have to enter a valid email address: ','free'), |
179 |
('emailLibrarianWhenHoldIsPlaced','0',NULL,'If ON, emails the librarian whenever a hold is placed','YesNo'), |
179 |
('emailLibrarianWhenHoldIsPlaced','0',NULL,'If ON, emails the librarian whenever a hold is placed','YesNo'), |
180 |
('EmailPurchaseSuggestions','0','0|EmailAddressForSuggestions|BranchEmailAddress|KohaAdminEmailAddress','Choose email address that new purchase suggestions will be sent to: ','Choice'), |
180 |
('EmailPurchaseSuggestions','0','0|EmailAddressForSuggestions|BranchEmailAddress|KohaAdminEmailAddress','Choose email address that new purchase suggestions will be sent to: ','Choice'), |
181 |
- |
|
|