--- trunk/WebPac.pm 2003/06/01 18:49:49 53 +++ trunk/WebPac.pm 2003/07/05 21:35:44 71 @@ -20,7 +20,7 @@ my $CHARSET = 'ISO-8859-2'; my $SWISH = '/usr/bin/swish-e'; my $INDEX = '/data/webpac/index/isis.index'; -my $MAX_HITS = 500; +my $MAX_HITS = 0; my $ON_PAGE = 10; Text::Iconv->raise_error(0); # Conversion errors raise exceptions @@ -75,11 +75,11 @@ my @path_arr = $q->param('path'); my $full = $q->param('full'); - for(my $i = 1; $i <=10; $i++) { + for(my $i = 1; $i <=30; $i++) { return show_index($self, $i) if ($q->param("f".$i."_index")); - next if (! $q->param("f$i")); next if (! $q->param("v$i")); + next if (! $q->param("f$i")); # re-write query from +/- to and/and not my $s;