cataloging search results from catalog don't show on later pages
authorMichael Hafen <mdhafen@tech.washk12.org>
Tue, 1 Sep 2009 21:59:50 +0000 (15:59 -0600)
committerGalen Charlton <gmcharlt@gmail.com>
Sun, 6 Sep 2009 13:13:13 +0000 (09:13 -0400)
commit81b1c692dfbcbe8fd59b15dd2ae8ca718680f730
tree3169c149b62052731031891c319dcb109f10ec27
parentac0ac59a5a51396d289c9ce193b35db08e05175d
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>
cataloguing/addbooks.pl