Commit 0b659494 by bill-filler Committed by Bill Filler

turn on course and courseware search

parent ea4b2aa4
......@@ -216,7 +216,7 @@ FEATURES = {
'MILESTONES_APP': False,
# Prerequisite courses feature flag
'ENABLE_PREREQUISITE_COURSES': False,
'ENABLE_PREREQUISITE_COURSES': True,
# Toggle course entrance exams feature
'ENTRANCE_EXAMS': False,
......@@ -225,10 +225,10 @@ FEATURES = {
'LICENSING': False,
# Enable the courseware search functionality
'ENABLE_COURSEWARE_INDEX': False,
'ENABLE_COURSEWARE_INDEX': True,
# Enable content libraries search functionality
'ENABLE_LIBRARY_INDEX': False,
'ENABLE_LIBRARY_INDEX': True,
# Enable course reruns, which will always use the split modulestore
'ALLOW_COURSE_RERUNS': True,
......@@ -1344,7 +1344,7 @@ FILES_AND_UPLOAD_TYPE_FILTERS = {
}
# Default to no Search Engine
SEARCH_ENGINE = None
SEARCH_ENGINE = "search.elastic.ElasticSearchEngine"
ELASTIC_FIELD_MAPPINGS = {
"start_date": {
"type": "date"
......
......@@ -302,10 +302,10 @@ FEATURES = {
'EXPOSE_CACHE_PROGRAMS_ENDPOINT': False,
# Courseware search feature
'ENABLE_COURSEWARE_SEARCH': False,
'ENABLE_COURSEWARE_SEARCH': True,
# Dashboard search feature
'ENABLE_DASHBOARD_SEARCH': False,
'ENABLE_DASHBOARD_SEARCH': True,
# log all information from cybersource callbacks
'LOG_POSTPAY_CALLBACKS': True,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment