django-haystack field boost - how exactly to use it? django-haystack field boost - how exactly to use it? elasticsearch elasticsearch

django-haystack field boost - how exactly to use it?


I am using Whoosh as the back-end.

In a similar situation, after adding CharField or EdgeNgramField with boost=1.2, I noticed no change in the result list and in the result order.

I was able to approach my goal only by doubling the title field in the template file:

{{ object.title}}

{{ object.title}}

{{ object.body}}