[Answer]-Haystack-Whoosh not indexing any documents

1👍

Did you run the command?

./manage.py rebuild_index

Do you have any Projdb records?

You have this in your code:

text = indexes.CharField(document=True, use_template=True)

Have you set-up the corresponding template (projdb_text.txt)?

Leave a comment