Skip to content

Commit

Permalink
Update search backend to the new way
Browse files Browse the repository at this point in the history
  • Loading branch information
Loic Teixeira committed Mar 13, 2017
1 parent 84cb0bc commit a8f1678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion madewithwagtail/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# Use Elasticsearch as the search backend for extra performance and better search results
WAGTAILSEARCH_BACKENDS = {
'default': {
'BACKEND': 'wagtail.wagtailsearch.backends.elasticsearch.ElasticSearch',
'BACKEND': 'wagtail.wagtailsearch.backends.elasticsearch',
'INDEX': SITE_NAME,
},
}
Expand Down

0 comments on commit a8f1678

Please sign in to comment.