X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FSearch%2FSimple.html;h=e51de2cdb23b8e0e70ab6f5a193cee83bceecd1b;hp=ab3bc4760ddadf5d02865ce0e06681faf23c2ed1;hb=187086c479a09629b7d180eec513fb7657f4e291;hpb=e9e0cf0989259b94d9758eceff448666a2e5a5cc diff --git a/rt/share/html/Search/Simple.html b/rt/share/html/Search/Simple.html index ab3bc4760..e51de2cdb 100644 --- a/rt/share/html/Search/Simple.html +++ b/rt/share/html/Search/Simple.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2018 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -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" );