[rt-users] help with ModifyQuery callback
Kevin Falcone
falcone at bestpractical.com
Wed Oct 12 16:10:23 EDT 2011
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20111012/eb13051e/attachment.sig>
More information about the rt-users
mailing list