--- trunk/WebPac.pm 2003/07/15 12:48:49 111 +++ trunk/WebPac.pm 2003/07/15 15:07:42 112 @@ -77,12 +77,18 @@ my @path_arr = $q->param('path'); my $full = $q->param('full'); + my @persist_vars = ( 'rm' ); + for(my $i = 1; $i <=30; $i++) { return show_index($self, $i) if ($q->param("f".$i."_index")); + next if (! $q->param("v$i")); next if (! $q->param("f$i")); + push @persist_vars, "f$i"; + push @persist_vars, "v$i"; + # re-write query from +/- to and/and not my @param_vals = $q->param("v$i"); my @swish_q; @@ -178,18 +184,7 @@ rows => $hits, page_size => $ON_PAGE, # some optional parameters - persist_vars => [ - 'rm', - 'f1', 'v1', - 'f2', 'v2', - 'f3', 'v3', - 'f4', 'v4', - 'f5', 'v5', - 'f6', 'v6', - 'f7', 'v7', - 'f8', 'v8', - 'f9', 'v9', - ], + persist_vars => [ @persist_vars ], #cell_space_color => '#000000', #cell_background_color => '#ffffff', #nav_background_color => '#dddddd',