I'm using django-haystack for searching on my site. My problem is, I would like to have search results on top if the search term was found in a specific field. Let's say I search for blog-entries, then I would like to show those results on top where the search term was found in the title field.
I read the haystack documentation about field-boosting but i don't understand how it should work.