View | Details | Raw Unified | Return to bug 12478
Collapse All | Expand All

(-)a/installer/data/mysql/sysprefs.sql (-1 / +1 lines)
Lines 366-372 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
366
('RoutingSerials','1',NULL,'If ON, serials routing is enabled','YesNo'),
366
('RoutingSerials','1',NULL,'If ON, serials routing is enabled','YesNo'),
367
('SCOUserCSS','',NULL,'Add CSS to be included in the SCO module in an embedded <style> tag.','free'),
367
('SCOUserCSS','',NULL,'Add CSS to be included in the SCO module in an embedded <style> tag.','free'),
368
('SCOUserJS','',NULL,'Define custom javascript for inclusion in the SCO module','free'),
368
('SCOUserJS','',NULL,'Define custom javascript for inclusion in the SCO module','free'),
369
('SearchEngine','Zebra','Elasticsearch|Solr|Zebra','Search Engine','Choice'),
369
('SearchEngine','Zebra','Elasticsearch|Zebra','Search Engine','Choice'),
370
('SearchMyLibraryFirst','0',NULL,'If ON, OPAC searches return results limited by the user\'s library by default if they are logged in','YesNo'),
370
('SearchMyLibraryFirst','0',NULL,'If ON, OPAC searches return results limited by the user\'s library by default if they are logged in','YesNo'),
371
('SelfCheckHelpMessage','','70|10','Enter HTML to include under the basic Web-based Self Checkout instructions on the Help page','Textarea'),
371
('SelfCheckHelpMessage','','70|10','Enter HTML to include under the basic Web-based Self Checkout instructions on the Help page','Textarea'),
372
('SelfCheckReceiptPrompt','1','NULL','If ON, print receipt dialog pops up when self checkout is finished','YesNo'),
372
('SelfCheckReceiptPrompt','1','NULL','If ON, print receipt dialog pops up when self checkout is finished','YesNo'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref (-2 lines)
Lines 169-175 Administration: Link Here
169
            - pref: SearchEngine
169
            - pref: SearchEngine
170
              default: Zebra
170
              default: Zebra
171
              choices:
171
              choices:
172
                Solr: Solr
173
                Zebra: Zebra
172
                Zebra: Zebra
174
                Elasticsearch: Elasticsearch
173
                Elasticsearch: Elasticsearch
175
            - is the search engine used.
174
            - is the search engine used.
176
- 

Return to bug 12478