SELECT *, MATCH(Titre,description,content) AGAINST('') AS score FROM doc WHERE MATCH (Titre,description,content) AGAINST('') and doc_type='page'