@@ -178,7 +178,7 @@ GOOGLE_MAP_API_KEY = 'AIzaSyD31CT9P9KxvNUJOwDq2kcFEIG8ADgaFgw'
# Use Elasticsearch as the search backend for extra performance and better search results
WAGTAILSEARCH_BACKENDS = {
'default': {
- 'BACKEND': 'wagtail.search.backends.db',
+ 'BACKEND': 'wagtail.search.backends.database',
'INDEX': 'bakerydemo',
},
}