| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Full-text searches are supported for MyISAM tables only.
As of MySQL 4.1.1, full-text searches can be used with most multi-byte
character sets. The exception is that for Unicode, the utf8 character
set can be used, but not the ucs2 character set.
As of MySQL 4.1, the use of multiple character sets within a single table
is supported. However, all columns in a FULLTEXT index must have
the same character set and collation.
The MATCH() column list must exactly match the column list in some
FULLTEXT index definition for the table, unless this MATCH()
is IN BOOLEAN MODE.
The argument to AGAINST() must be a constant string.
This document was generated on July, 26 2004 using texi2html 1.70.