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