I'm sure your statement should probably be :
Code:
SELECT id FROM users
HAVING MATCH(tytul,opis,tags) AGAINST('doda') >0
ORDER BY tytul,opis,tags DESC
However, having not tested this resultset I cannot say for sure this will give you the result you desire.
You might want to run EXPLAIN on this query to see what it does.