| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
(#2)
|
(#3)
|
(#4)
|
| Operations Manager Posts: 5,122 Join Date: Jan 2006 Location: United Kingdom |
05-07-2007, 12:08 PM
Submitted as a bug: http://bugs.kayako.com/index.php?cmd=view&id=152 -------------------------------------------------------------------
|
| | |
(#5)
|
(#6)
|
| Senior Member Posts: 5,394 Join Date: Jun 2005 Location: Cumbria, UK |
17-07-2007, 08:29 AM
A huge bug crunch is on at the moment so it will be when that is finished. Don't think it will be too long. Icon Headquarters - Its Elixir - Web2Messenger |
| | |
(#7)
|
| Member Posts: 183 Join Date: Jul 2006 |
20-07-2007, 07:49 AM
Hi Sambonim, I am unable to duplicate this issue on my development box. We use standard MySQL FULLTEXT search and it is not case sensitive. Please create support ticket or email me at mahesh.slaria@kayako.com with Admin CP access to trace the issue. Regards, |
| | |
(#8)
|
(#9)
|
| Developer Posts: 405 Join Date: Dec 2007 Location: Idaho |
31-07-2008, 07:41 PM
Case sensitivity of fulltext search is governed by the MySQL table/column collation. This is a server configuration issue, not actually a bug. This may be repaired by the following commands in the mysql console (update the database name and the table name to match those of your install) : use supportsuitedb; alter table foo set collation=yourcharset_ci; Because this is a fix that requires a fair amount of non-trivial work, we are happy to do this for people; if you need that, please open a support ticket. -------------------------------------------------------------------
|
| | |