use Koha::Plugins;
use Koha::SearchEngine::Search;
use URI::Escape;
my $query = CGI->new();
my $analyze = $query->param('analyze');
-