Django-Haystack: Understanding the use of data tamplate in Haystack
Well i am new to Haystack. I cannot understand why we have to use a
template to render it with the text that we want to search. More simple ,
why we dont have to use something like this?
text = indexes.CharField(document=True, "and here the attributes to search")
No comments:
Post a Comment