[Koha-bugs] [Bug 2943] New: staff bib-search returns only 1 item per bib.

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Wed Feb 4 11:00:35 CET 2009


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 at liblime.com
        ReportedBy: mason.loves.sushi at gmail.com
         QAContact: koha-bugs at 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=1509f4909988498bf92b3784320b07c11539fe0f;hb=d95f1d6dc0cfe62bc417a4ad1e83a52aeab468c8#l1488


mason at 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.



More information about the Koha-bugs mailing list