/[webpac]/trunk/WebPac.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/WebPac.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 658 by dpavlin, Mon Jan 31 12:08:35 2005 UTC revision 659 by dpavlin, Tue Feb 15 21:48:16 2005 UTC
# Line 344  sub show_results_list { Line 344  sub show_results_list {
344                  $sort = 'headline';                  $sort = 'headline';
345                  push @persist_vars, "sort";                  push @persist_vars, "sort";
346          }          }
347            if ($q->param("sortby")) {
348                    $sort = $q->param("sortby");
349                    push @persist_vars, "sort";
350            }
351    
352          # construct swish query          # construct swish query
353          my $sw_q = join(" and ",@s_arr);          my $sw_q = join(" and ",@s_arr);
# Line 369  sub show_results_list { Line 373  sub show_results_list {
373          my $search = $swish->New_Search_Object;          my $search = $swish->New_Search_Object;
374    
375          $search->SetSort($sort);          $search->SetSort($sort);
376    print "sort: $sort\n";
377    
378          my $results = $search->Execute($sw_q);          my $results = $search->Execute($sw_q);
379          $swish_msg .= $swish->ErrorString." ".$swish->LastErrorMsg if $swish->Error;          $swish_msg .= $swish->ErrorString." ".$swish->LastErrorMsg if $swish->Error;

Legend:
Removed from v.658  
changed lines
  Added in v.659

  ViewVC Help
Powered by ViewVC 1.1.26