Hi,

as MySQL doesn't seems to support a direct access to the fulltext index
tables I wonder how or if it's possible to mix a
"soundex-fulltext-mixed-mode" selection.

So my actual selection is like:

"select data,match(data) against ('$query' in boolean mode) as score from
TABLE where match(data) against ('$query' in boolean mode) order by score
desc"

How to use a soundex without using a selfmade indextable???

Any ideas?

Thanks and regards,
Reiner

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to