Hi List, This is my first mail in this list and thanks in advance. Does anyone know what version of Mysql has Unicode support for full text searching? I have a database with information in four languages (english, german, greek and spanish) in unicode and I would like to do full text searching.
You're into the bleeding edge there -- MySQL 4.1 is supposedly the first
version to support unicode at all, and it's not clear that this includes FULLTEXT
indexes too.
Guess theres nothing to do but download and try it out :-)
Rich.
FULLTEXT searching currently works only with single-byte character sets.
-- Paul DuBois, Senior Technical Writer Madison, Wisconsin, USA MySQL AB, www.mysql.com
Are you MySQL certified? http://www.mysql.com/certification/
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]