Page is a not externally linkable
vincevincevince - 2:47 am on Nov 21, 2012 (gmt 0)
You should be able to include a sorting column something like:
select .... rest of the query here, for both keywords ... ORDER BY (**kw-query1**)+(**kw-query2**) DESC
Or; use MATCH AGAINST as that automatically does this kind of scoring for you.