You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./manage.py rebuild_index # OK
WARNING: This will irreparably remove EVERYTHING from your search index in connection 'default'.
Your choices after this are to restore from backups or rebuild via the `rebuild_index` command.
Are you sure you wish to continue? [y/N] y
Removing all documents from your index because you said so.
All documents removed.
Indexing 294 films
$ ./manage.py shell
>>> from haystack.query import SearchQuerySet
>>> len(SearchQuerySet().all())
0
When I use symbols in uppercase:
When I rename app (without rebuild_index):
Current Environment:
Virtualenv/Python 3.5
Django 1.9
Xapian 1.4.1
Xapian-Haystack 2.1.1
Django-Haystack 2.6.1
The text was updated successfully, but these errors were encountered: