select nproducts.*, MATCH (nproducts.title) AGAINST ('RIO') AS title_relevance from nproducts where nproducts.publish='y' and MATCH(nproducts.title) AGAINST('RIO' IN BOOLEAN MODE) ORDER BY title_relevance desc