summaryrefslogtreecommitdiff
path: root/httemplate/search/elements/grouped-search/html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/elements/grouped-search/html')
-rw-r--r--httemplate/search/elements/grouped-search/html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/elements/grouped-search/html b/httemplate/search/elements/grouped-search/html
index 28d00404b..c1fd9bd5e 100644
--- a/httemplate/search/elements/grouped-search/html
+++ b/httemplate/search/elements/grouped-search/html
@@ -34,7 +34,7 @@ my $footer = $group_info->{group_footers}[$curr_group];
my $total_footer = $group_info->{total_footer} || [];
# pagination
my ($limit, $offset);
-my $maxrecords = $conf->config('maxsearchrecordsperpage') || 50;
+my $maxrecords = $conf->config('maxsearchrecordsperpage') || 100;
if ( $cgi->param('maxrecords') =~ /^(\d+)$/ ) {
$maxrecords = $1;
}