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

(-)a/installer/data/mysql/atomicupdate/bug_14715-searchresults_syspref.sql (+3 lines)
Line 0 Link Here
1
INSERT IGNORE INTO systempreferences (`variable`, `value`, `options`, `explanation`,`type`) VALUES
2
 ('OPACnumSearchResultsPerPage', '10,20,40,60,80,100', NULL, 'Option list of number of results per page to show in OPAC search results','YesNo'),
3
 ('numSearchResultsPerPage', '10,20,40,60,80,100', NULL, 'Option list of number of results per page to show in staff client search results','YesNo');
(-)a/installer/data/mysql/sysprefs.sql (-1 / +2 lines)
Lines 308-313 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
308
('numReturnedItemsToShow','20',NULL,'Number of returned items to show on the check-in page','Integer'),
308
('numReturnedItemsToShow','20',NULL,'Number of returned items to show on the check-in page','Integer'),
309
('NumSavedReports', '20', NULL, 'By default, show this number of saved reports.', 'Integer'),
309
('NumSavedReports', '20', NULL, 'By default, show this number of saved reports.', 'Integer'),
310
('numSearchResults','20',NULL,'Specify the maximum number of results to display on a page of results','Integer'),
310
('numSearchResults','20',NULL,'Specify the maximum number of results to display on a page of results','Integer'),
311
('numSearchResultsPerPage', '10,20,40,60,80,100', NULL, 'Option list of number of results per page to show in staff client search results','YesNo'),
311
('numSearchRSSResults','50',NULL,'Specify the maximum number of results to display on a RSS page of results','Integer'),
312
('numSearchRSSResults','50',NULL,'Specify the maximum number of results to display on a RSS page of results','Integer'),
312
('OAI-PMH','0',NULL,'if ON, OAI-PMH server is enabled','YesNo'),
313
('OAI-PMH','0',NULL,'if ON, OAI-PMH server is enabled','YesNo'),
313
('OAI-PMH:archiveID','KOHA-OAI-TEST',NULL,'OAI-PMH archive identification','Free'),
314
('OAI-PMH:archiveID','KOHA-OAI-TEST',NULL,'OAI-PMH archive identification','Free'),
Lines 375-380 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
375
('OPACNoResultsFound','','70|10','Display this HTML when no results are found for a search in the OPAC','Textarea'),
376
('OPACNoResultsFound','','70|10','Display this HTML when no results are found for a search in the OPAC','Textarea'),
376
('OPACNumbersPreferPhrase','0',NULL,'Control the use of phr operator in callnumber and standard number OPAC searches','YesNo'),
377
('OPACNumbersPreferPhrase','0',NULL,'Control the use of phr operator in callnumber and standard number OPAC searches','YesNo'),
377
('OPACnumSearchResults','20',NULL,'Specify the maximum number of results to display on a page of results','Integer'),
378
('OPACnumSearchResults','20',NULL,'Specify the maximum number of results to display on a page of results','Integer'),
379
('OPACnumSearchResultsPerPage', '10,20,40,60,80,100', NULL, 'Option list of number of results per page to show in OPAC search results','YesNo'),
378
('OpacPasswordChange','1',NULL,'If ON, enables patron-initiated password change in OPAC (disable it when using LDAP auth)','YesNo'),
380
('OpacPasswordChange','1',NULL,'If ON, enables patron-initiated password change in OPAC (disable it when using LDAP auth)','YesNo'),
379
('OPACPatronDetails','1','','If OFF the patron details tab in the OPAC is disabled.','YesNo'),
381
('OPACPatronDetails','1','','If OFF the patron details tab in the OPAC is disabled.','YesNo'),
380
('OPACpatronimages','0',NULL,'Enable patron images in the OPAC','YesNo'),
382
('OPACpatronimages','0',NULL,'Enable patron images in the OPAC','YesNo'),
381
- 

Return to bug 14715