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