Hi,

 

What's the best way to run a fulltext search when several fields from a
single table are involved?

 

I have a database of products with fields for Title, Summary, and
Description.  The first two fields are varchar and the third is text.  An
FULLTEXT index is created for the Description field.

 

Is it just an issue of adding the other two fields to the FULLTEXT index?

 

Thanks,

 

Ed

 

Reply via email to