Skip to content

Commit

Permalink
Update production.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqtw committed Nov 25, 2023
1 parent 679a970 commit bceada2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lms/envs/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,8 @@ def get_env_setting(setting):
if FEATURES.get('ENABLE_COURSEWARE_SEARCH') or \
FEATURES.get('ENABLE_DASHBOARD_SEARCH') or \
FEATURES.get('ENABLE_COURSE_DISCOVERY') or \
FEATURES.get('ENABLE_FILTER') or \
FEATURES.get('ENABLE_SORTBY') or \
FEATURES.get('ENABLE_TEAMS'):
# Use ElasticSearch as the search engine herein
SEARCH_ENGINE = "search.elastic.ElasticSearchEngine"
Expand Down

0 comments on commit bceada2

Please sign in to comment.