bug 1980: updateing calls to SimpleSearch to limit number of things returned
authorAndrew Moore <andrew.moore@liblime.com>
Wed, 9 Jul 2008 20:52:24 +0000 (15:52 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 10 Jul 2008 14:11:24 +0000 (09:11 -0500)
commit66c420c3d0eeb2fa0f70f8416113273c48d9887f
treedbec82a32b10a723eaa08114453e9cd1c7e6ddd4
parent2e2bb0209db3fd7d16e07a409f389b35f2cc52de
bug 1980: updateing calls to SimpleSearch to limit number of things returned

C4::Search::SimpleSearch was alredy patched to let you pass in the number of results you want back.
These instances were not using the new API. This patch makes all calls to SimpleSearch specify a limit.

I improved the documentation of SimpleSearch a bit to include the third returned value.

I believe there's a bug in C4::Output::pagination_bar, in that it doesn't deal well with URLs
with only one pair of parameter=value passed to it. I'm getting around this by passing in a second
pair that does nothing.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Matcher.pm
C4/Search.pm
acqui/neworderbiblio.pl
cataloguing/addbooks.pl
cataloguing/value_builder/unimarc_field_4XX.pl
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tmpl
serials/subscription-bib-search.pl