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