[otrs-cvs] otrs/Kernel/System/LinkObject Ticket.pm,1.17,1.18
CVS commits notifications of OTRS.org
cvs-log at otrs.org
Tue Apr 29 22:05:58 GMT 2008
Comments:
Update of /home/cvs/otrs/Kernel/System/LinkObject
In directory lancelot:/tmp/cvs-serv3840/Kernel/System/LinkObject
Modified Files:
Ticket.pm
Log Message:
Enable FullTextIndex and ConditionInline support for ticket linking.
Author: martin
Index: Ticket.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/LinkObject/Ticket.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Ticket.pm 3 Apr 2008 11:04:12 -0000 1.17
--- Ticket.pm 29 Apr 2008 22:05:53 -0000 1.18
***************
*** 191,197 ****
}
my @TicketIDs = $Self->{TicketObject}->TicketSearch(
! Result => 'ARRAY',
%Param,
%Search,
);
for (@TicketIDs) {
--- 191,199 ----
}
my @TicketIDs = $Self->{TicketObject}->TicketSearch(
! Result => 'ARRAY',
%Param,
%Search,
+ ConditionInline => 1,
+ FullTextIndex => 1,
);
for (@TicketIDs) {
More information about the cvs-log
mailing list