The Haystack documentation states that:
Additionally, we’re providing
use_template=True
on the text field. This allows us to use a data template (rather than error-prone concatenation) to build the document the search engine will index. You’ll need to create a new template inside your template directory calledsearch/indexes/myapp/note_text.txt
Unfortunately, there is no information on what to do if you want a differently named template.
Is it possible to specify the path to a haystack document template?