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