http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2943 Summary: staff bib-search returns only 1 item per bib. Product: Koha Version: rel_3_0 Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Searching AssignedTo: jmf@liblime.com ReportedBy: mason.loves.sushi@gmail.com QAContact: koha-bugs@lists.koha.org 'maxItemsinSearchResults' syspref does not exist for MARC21 install means bib-search always returns 1 item only. http://git.koha.org/cgi-bin/gitweb.cgi?p=Koha;a=blob;f=C4/Search.pm;h=1509f4... mason@fugu:~/git/3.0.x$ grep -r maxItemsInSearchResults ./* ./installer/data/mysql/updatedatabase.pl:$dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('maxItemsInSearchResults',20,'Specify the maximum number of items to display for each result on a page of results',NULL,'free')"); ./installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql:INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('maxItemsInSearchResults',20,'Spécifie le nombre maximum d''exemplaires à afficher sur les pages de résultats',NULL,'free'); ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.