Commit 1b769b53 by Martyn James

Default search engine to None, so that all search/indexing operations are disabled until enabled

parent 3f211d3d
......@@ -873,7 +873,7 @@ FILES_AND_UPLOAD_TYPE_FILTERS = {
}
# Default to no Search Engine
SEARCH_ENGINE = "search.tests.mock_search_engine.MockSearchEngine"
SEARCH_ENGINE = None
ELASTIC_FIELD_MAPPINGS = {
"start_date": {
"type": "date"
......
......@@ -2014,6 +2014,6 @@ PDF_RECEIPT_COBRAND_LOGO_PATH = PROJECT_ROOT + '/static/images/default-theme/log
PDF_RECEIPT_COBRAND_LOGO_HEIGHT_MM = 12
# Use None for the default search engine
SEARCH_ENGINE = "search.tests.mock_search_engine.MockSearchEngine"
SEARCH_ENGINE = None
# Use the LMS specific result processor
SEARCH_RESULT_PROCESSOR = "lms.lib.courseware_search.lms_result_processor.LmsSearchResultProcessor"
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