Hello,

I found some bug with search on my system:
perl-5.14.2_3
rt-4.0.10_1
percona-server-5.5.31.30.3

I use it without sphinx, in RT_SiteConfig.pm: Set(%FullTextSearch, Enable  => 
1, Indexed => 0,);

Search like: [Content LIKE 'Intel' AND Status = 'open' AND Queue = 'support']  
showed me ticket with ids: 15, 18, 26 
When I need search and not include "Intel" in result: [Content NOT LIKE 'Intel' 
AND (  Status = 'open' AND Queue = 'support' )] its showed me ticket ids: 10, 
11, 12, 13, 15, 17,18,22, 25,26,28,30

So "NOT LIKE" doesn't works . For Subject its works, only with Content I see 
fails.

Maybe I'm wrong? But I see something error like this in this thread: 
http://comments.gmane.org/gmane.comp.bug-tracking.request-tracker.devel/6725

Thanks.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


-- 
RT Training in Seattle, June 19-20: http://bestpractical.com/training

Reply via email to