1 May 2005 19:42
[otrs-cvs] CVS: otrs/Kernel/System/LinkObject Ticket.pm,1.3,1.4
<cvs-log <at> otrs.org>
2005-05-01 17:42:10 GMT
2005-05-01 17:42:10 GMT
Update of /home/cvs/otrs/Kernel/System/LinkObject
In directory osser:/tmp/cvs-serv2840/Kernel/System/LinkObject
Modified Files:
Ticket.pm
Log Message:
iproved ticket full text search
Index: Ticket.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/LinkObject/Ticket.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Ticket.pm 15 Feb 2005 11:58:13 -0000 1.3
--- Ticket.pm 1 May 2005 17:42:08 -0000 1.4
***************
*** 119,122 ****
--- 119,123 ----
my <at> ResultWithData = ();
if ($Param{TicketFulltext}) {
+ $Param{TicketFulltext} = '*'.$Param{TicketFulltext}.'*';
%Search = (
From => $Param{TicketFulltext},
_______________________________________________
OTRS mailing list: cvs-log - Web-CVS http://cvs.otrs.org/
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log
RSS Feed