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