Koha/cataloguing
Michael Hafen 81b1c692df cataloging search results from catalog don't show on later pages
In the cataloging search results from the catalog, the result set would
decrease by one per page.  Past page 19 there was an empty table.  The reason
is that SimpleSearch gives the result set ( 20 records here ), and
searchResults expects to trim the result set to just the 20 records we want.
This changes the call to searchResults() to have a 0 offset to the result set.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2009-09-06 09:13:13 -04:00
..
value_builder (bug #2829) fix some mistakes extracting editor segment 2009-08-23 08:17:28 -04:00
addbiblio.pl Avoid numeric comparisons with leading zeroes 2009-08-20 21:01:52 -04:00
addbooks.pl cataloging search results from catalog don't show on later pages 2009-09-06 09:13:13 -04:00
additem.pl bug 3481 followup - set temporary processing location 2009-08-23 13:07:33 -04:00
plugin_launcher.pl cataloge subdir (and cataloguing) - Dates.pm integration and warnings fixes. 2007-12-04 18:21:11 -06:00
z3950_search.pl Bug 2889: Removed toggle variable from z3950_search.pl. 2009-06-29 08:06:53 -05:00