]> git.uio.no Git - usit-rt.git/blobdiff - share/html/Search/Simple.html
Putting 4.2.0 on top of 4.0.17
[usit-rt.git] / share / html / Search / Simple.html
index 9506e9ee36a266aea0a60d94108e44aeaf51e8c5..368b937395d23ac62a11308b527f7596fa3a856c 100644 (file)
@@ -98,7 +98,7 @@
 
 <%INIT>
 my $title = loc("Search for tickets");
-use RT::Search::Googleish;
+use RT::Search::Simple;
 
 if ($q) {
     my $tickets = RT::Tickets->new( $session{'CurrentUser'} );
@@ -115,7 +115,7 @@ if ($q) {
 
     $m->callback( %ARGS, CallbackName => 'SearchArgs', args => \%args);
 
-    my $search = RT::Search::Googleish->new(%args);
+    my $search = RT::Search::Simple->new(%args);
 
     $m->comp( "Results.html", Query => $search->QueryToSQL() );
     $m->comp( "/Elements/Footer" );