Have been wondering the same. I believe you can only do a full text search on selected fields within a single table. In the past when I was in dire need of this feature and didn't have time to experiment, I did a brute force method where I ran a full text search on one table, a second full text search on a second table, and then merged the resultsets.
Of course, you can do a full text search on the article table and left join in the product table (without searching it).
cscgal
The Queen of DaniWeb
19,433 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 230
Yes, that's what I've done in the past. It did put a heavy load on the server.
cscgal
The Queen of DaniWeb
19,433 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 230