Commit 4b2e3546 by bill-filler Committed by Bill Filler

turn on course and courseware search

parent 814905cf
...@@ -216,7 +216,7 @@ FEATURES = { ...@@ -216,7 +216,7 @@ FEATURES = {
'MILESTONES_APP': False, 'MILESTONES_APP': False,
# Prerequisite courses feature flag # Prerequisite courses feature flag
'ENABLE_PREREQUISITE_COURSES': False, 'ENABLE_PREREQUISITE_COURSES': True,
# Toggle course entrance exams feature # Toggle course entrance exams feature
'ENTRANCE_EXAMS': False, 'ENTRANCE_EXAMS': False,
...@@ -225,10 +225,10 @@ FEATURES = { ...@@ -225,10 +225,10 @@ FEATURES = {
'LICENSING': False, 'LICENSING': False,
# Enable the courseware search functionality # Enable the courseware search functionality
'ENABLE_COURSEWARE_INDEX': False, 'ENABLE_COURSEWARE_INDEX': True,
# Enable content libraries search functionality # Enable content libraries search functionality
'ENABLE_LIBRARY_INDEX': False, 'ENABLE_LIBRARY_INDEX': True,
# Enable course reruns, which will always use the split modulestore # Enable course reruns, which will always use the split modulestore
'ALLOW_COURSE_RERUNS': True, 'ALLOW_COURSE_RERUNS': True,
...@@ -1323,7 +1323,7 @@ FILES_AND_UPLOAD_TYPE_FILTERS = { ...@@ -1323,7 +1323,7 @@ FILES_AND_UPLOAD_TYPE_FILTERS = {
} }
# Default to no Search Engine # Default to no Search Engine
SEARCH_ENGINE = None SEARCH_ENGINE = "search.elastic.ElasticSearchEngine"
ELASTIC_FIELD_MAPPINGS = { ELASTIC_FIELD_MAPPINGS = {
"start_date": { "start_date": {
"type": "date" "type": "date"
......
...@@ -302,10 +302,10 @@ FEATURES = { ...@@ -302,10 +302,10 @@ FEATURES = {
'EXPOSE_CACHE_PROGRAMS_ENDPOINT': False, 'EXPOSE_CACHE_PROGRAMS_ENDPOINT': False,
# Courseware search feature # Courseware search feature
'ENABLE_COURSEWARE_SEARCH': False, 'ENABLE_COURSEWARE_SEARCH': True,
# Dashboard search feature # Dashboard search feature
'ENABLE_DASHBOARD_SEARCH': False, 'ENABLE_DASHBOARD_SEARCH': True,
# log all information from cybersource callbacks # log all information from cybersource callbacks
'LOG_POSTPAY_CALLBACKS': True, '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