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