FULLTEXT Index for multi languages (no replies)
(MySQL.com) Hi,
I have a question regarding FULLTEXT Index.
Let say I have the following table:
id (INT, PK)
data (TEXT)
The column 'data' could contain sentences from different languages.
I would like to define FULLTEXT Index on the column 'data' in