<%init>
my $q = $$args{Argument};
if( $q =~ /\bdo:(\S+)/ ){
  RT::Interface::Web::Redirect(RT->Config->Get('WebURL').
			       'Search/Invoker/?do='.$1);
}
</%init>

<%args>
$args => undef
</%args>
