SELECT Id, ContentType, Word, Text, UserName FROM wortsuche_content
WHERE SearchText LIKE '%comprometerse%' AND ContentType = 'story'
ORDER BY UserName LIKE '%comprometerse%' DESC, Word LIKE '%comprometerse%' DESC, Text LIKE '%comprometerse%' DESC, Created DESC LIMIT 0, 5