He's dead jim... he is dead In this query:"SELECT utopic.title,utopic.dept,utopic.details, utopic.ref, ( (-- Title score if (title LIKE '%%' OR '%%' OR ' %' OR '% ',3,0) )+ (-- Summary if (dept LIKE '%%',2,0) )+ (-- document if (details LIKE '%%',1,0) ) ) as relevance FROM utopic where type > 0 HAVING relevance > 0 ORDER BY relevance DESC LIMIT 10"