Show
Ignore:
Timestamp:
02/06/07 19:50:33 (2 years ago)
Author:
moseley
Message:

Updates for automatic processing -- daily builds, etc.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • swish_website/src/search/index.html

    r1889 r1893  
    213213            ? { message => $request->{message } } 
    214214            : run_query( $instance ); 
     215 
     216        warn sprintf("Query=[%s] Hits=[%d]\n", 
     217            $instance->{request}->{swish_query} || '', 
     218            $instance->{result}->{hits} || 0 ); 
     219 
    215220    } 
    216221 
     
    225230    print $cgi->header; 
    226231    print $fill_in_object->fill( scalarref => $output, fobject => $cgi ); 
    227  
    228     warn sprintf("Query=[%s] Hits=[%d]\n", 
    229         $instance->{request}->{swish_query} || '',  
    230         $instance->{result}->{hits} || 0 ); 
    231232 
    232233    delete $instance->{request};  # clean up the request