[rt-users] RT 3.4.0 rc's not completing search queries oncustomfields?

Jesse Vincent jesse at bestpractical.com
Fri Jan 7 13:10:56 EST 2005


There's actually a bit more to it than that. You need to make sure that
you're actually limiting only to cfs on objects of type ticket.


On Fri, Jan 07, 2005 at 12:46:04PM -0500, David Snyder wrote:
> Attached is a patch for Tickets_Overlay.pm which seems to correct the 
> behavior of searching on Ticket Custom Fields.
> 
> David

> 874,875c874,875
> < 		   TABLE2 => 'TicketCustomFieldValues',
> < 		   FIELD2 => 'Ticket' );
> ---
> > 		   TABLE2 => 'ObjectCustomFieldValues',
> > 		   FIELD2 => 'ObjectId' );


-- 



More information about the rt-users mailing list