Just to clarify, if I wanted to do a search engine query, for a full text, all the columns in my db, would my query look like this:
SELECT * FROM db WHERE field LIKE var1 OR field2 LIKE var2 ... and so on?
If so, how could I get the results to be displayed in order of relevence?