[rt-users] help with ModifyQuery callback
Izz Abdullah
Izz.Abdullah at hibbett.com
Wed Oct 12 16:22:12 EDT 2011
I see where you are going with this. I have also tried $query.
Google showed up previous results of people changing the search criteria to include all ticket statuses and $$query was used.
-----Original Message-----
From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Kevin Falcone
Sent: Wednesday, October 12, 2011 3:10 PM
To: rt-users at lists.bestpractical.com
Subject: Re: [rt-users] help with ModifyQuery callback
On Wed, Oct 12, 2011 at 02:45:08PM -0500, Izz Abdullah wrote:
> $$query = "fulltext:$$query"; #I have also tried $$query = "fulltext:" . $$query;
I don't think this does what you think it does.
Try writing a trivial perl program.
use strict; use warnings;
my $query = "search term";
print $$query;
-kevin
More information about the rt-users
mailing list