@@ -56,6 +56,7 @@ CACHES = {
HAYSTACK_CONNECTIONS = {
'default': {
'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine', # Misago uses Whoosh by default
+ 'PATH': 'searchindex',
},
}