--- Webpacus/lib/Webpacus/Model/WebPAC.pm 2005/11/25 00:23:33 142 +++ Webpacus/lib/Webpacus/Model/WebPAC.pm 2005/11/25 01:24:31 143 @@ -36,6 +36,7 @@ url: 'http://localhost:1978/node/webpac2' user: 'admin' passwd: 'admin' + hits_on_page: 100 webpac: db_path: '/data/webpac2/db' @@ -139,7 +140,7 @@ my @results = $self->{est}->search( phrase => $query, get_attr => [ '@uri' ], - max => 100, + max => $self->{est}->{hits_on_page} || 30, add_attr => $add_attr, );