faissaad1
05-06-2003, 08:46 PM
Hi all,
I'm trying to use full text searchin in tree different tables wich are not connected to each other.
these are my tables
product_table
id
name(fulltext)
description(fulltext)
picture
service_table
id
name(fulltext)
description(fulltext)
picture
News_table
id
title(fulltext)
body(fulltext)
date
what i need is to search a %searchstring% coming from a form all these (fulltext) fields and return Matchs....I have read the
www.mysql.com/doc/en/Fulltext_Search.html (http://) but they onyl explain with one table! so If anyone knows how to use with more than one table pls. lemme now. I think I should make different querys but don't even know how to compine querys.
Thanks
I'm trying to use full text searchin in tree different tables wich are not connected to each other.
these are my tables
product_table
id
name(fulltext)
description(fulltext)
picture
service_table
id
name(fulltext)
description(fulltext)
picture
News_table
id
title(fulltext)
body(fulltext)
date
what i need is to search a %searchstring% coming from a form all these (fulltext) fields and return Matchs....I have read the
www.mysql.com/doc/en/Fulltext_Search.html (http://) but they onyl explain with one table! so If anyone knows how to use with more than one table pls. lemme now. I think I should make different querys but don't even know how to compine querys.
Thanks