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
On a fresh installation, Haystack+Xapian fails to create an index (manage.py update_index rebuild_index do nothing) on a fresh install without any data. This causes the webserver to throw an HTTP 500 error:
InvalidIndexError: Unable to open index at /var/www/html/myproject/search_index
Yes, that's correct. Since there's no data I suppose that technically there is no need to create a database, but it would be nice to fail gracefully instead.
On a fresh installation, Haystack+Xapian fails to create an index (manage.py update_index rebuild_index do nothing) on a fresh install without any data. This causes the webserver to throw an HTTP 500 error:
InvalidIndexError: Unable to open index at /var/www/html/myproject/search_index
Refiled in response to https://github.com/toastdriven/django-haystack/issues/473
The text was updated successfully, but these errors were encountered: