[rt-users] Query Builder is case sensitive when using the content field

2009-07-14 Thread Lamers, Dan
I've noticed that using the query builder with the Content field is
case sensitive.  I've tried other queries based on fields such as
Subject and Requestor etc and they are all case INsensitive.
Looking at the mysql upgrade script, I think that Content has been
changed to longblob in RT 3.8.3 and that type is case sensitive
according to mysql documentation.  Everything I've found on the wiki
seems to imply that queries should all be case INsensitive.

Has anyone else noticed this behaviour and are there suggestions for a
workaround?

Thanks,
Dan

 
This document (or software if applicable) may contain data whose 
export/transfer/disclosure is restricted by U.S. or Canadian law. Dissemination 
may require an export license or other authorization.
CONFIDENTIALITY NOTICE: The information in this message, as well as any 
attachments, previous e-mail messages and /or any links provided herein, is 
Proprietary/Confidential information belonging to ELCAN Optical Technologies, 
and its affiliates, and may be legally privileged. It is intended solely for 
the addressee. Access to this message by anyone else is unauthorized. If you 
are not the intended recipient, any disclosure, copying, or distribution of the 
message, or any action or omission taken by you in reliance on it, is 
prohibited and may be unlawful. Please immediately contact the sender if you 
have received this message in error.
WARNING: Malicious code including viruses can be transmitted via email. 
Although ELCAN has taken reasonable precautions to ensure no malicious code is 
present in this email, non-encrypted electronic transmissions cannot be 
guaranteed to be secure or error-free as information could be intercepted and 
manipulated therefore ELCAN does not accept any responsibility for any loss or 
damage arising from the use of this email or attachments.
 
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com


Re: [rt-users] Query Builder is case sensitive when using the content field

2009-07-14 Thread Ruslan Zakirov
Hello,

It's side effect of conversion to blob instead of text. Content can
not be of text type cuz it can contain binary data. May be we can come
up with some patch that workaround this for full text searches, but
I'm afraid that will make searches even slower.


On Tue, Jul 14, 2009 at 4:02 PM, Lamers, Dandlam...@elcan.com wrote:
 I've noticed that using the query builder with the Content field is
 case sensitive.  I've tried other queries based on fields such as
 Subject and Requestor etc and they are all case INsensitive.
 Looking at the mysql upgrade script, I think that Content has been
 changed to longblob in RT 3.8.3 and that type is case sensitive
 according to mysql documentation.  Everything I've found on the wiki
 seems to imply that queries should all be case INsensitive.

 Has anyone else noticed this behaviour and are there suggestions for a
 workaround?

 Thanks,
 Dan

-- 
Best regards, Ruslan.
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com