X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FSearch%2FSimple.html;h=e51de2cdb23b8e0e70ab6f5a193cee83bceecd1b;hp=fbbffde3c3b9353eea2348658feb31637e9dd39c;hb=187086c479a09629b7d180eec513fb7657f4e291;hpb=919e930aa9279b3c5cd12b593889cd6de79d67bf diff --git a/rt/share/html/Search/Simple.html b/rt/share/html/Search/Simple.html index fbbffde3c..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-2015 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" );