Steve Radabaugh <[EMAIL PROTECTED]> wrote:
> 
> I have been exploring MySQL's full text search feature and have not been 
> able to find any information on querying a full text search across 
> multiple tables. Do you have to make recursive queries to each table?

You can't create fulltext index on columns from different tables. Boolean full-text 
search can work without fulltext index. So, you can use columns from different tables 
in boolean full-text search, but it would be slow.


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to