faissaad1
Tue 6th May '03, 5:20pm
CodingForums.com > :: Server side development > MySQL
Post Preview:
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 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
Post Preview:
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 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