From: "Paul Groves" > The main con for me is that it won't index words of three characters > (which I think I will in my queries) or less unless I change the default > server setting (can you do this on a by database basis?), which may be > possible, but it depends where its finally hosted...
You can also build your own word table and use an extra table to link the word-IDs with the description-IDs... This requires some extra coding to maintain the word table and the link table, but there are no word length limits, you can set up your own stop word lists, etc. Regards, Jigal. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
