@@ -, +, @@ --- authorities/authorities-home.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/authorities/authorities-home.pl +++ a/authorities/authorities-home.pl @@ -89,7 +89,7 @@ if ( $op eq "do_search" ) { ); $startfrom = $startfrom // 0; my ( $results, $total ) = - $searcher->search_auth_compat( $search_query, $startfrom, + $searcher->search_auth_compat( $search_query, (($startfrom - 1) * $resultsperpage) + 1, $resultsperpage ); #my ( $results, $total ) = SearchAuthorities( # [$marclist], [$and_or], --