MySQL Forums
Forum List  »  Full-Text Search

Re: Full Text search on multiple tables?
Posted by: Tony Qian
Date: March 25, 2006 11:59PM

Nick,

the example posted on onlamp.com didn't mentioned how to do a full text search on multiple tables.

I have a situation which need to search multiple tables:

Let's say I have category, brand, product and coupon tables.

category {category_id, category_name}
brand {brand_id, brand_name}
coupon {coupon_id, category_id, brand_id, coupon_detail}

my question is how to do a full text search if user just enters several words to search coupons.

Thanks,
Tony

Options: ReplyQuote


Subject
Views
Written By
Posted
16896
January 05, 2006 06:23PM
Re: Full Text search on multiple tables?
10366
March 25, 2006 11:59PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.