From c7c11f2e4b6bf1e26eb3d21a05edea35340ad0ac Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Fri, 26 Jun 2015 15:21:39 -0400 Subject: [PATCH] Set Courseware Search to False in default devstack, because it doesn't work --- lms/envs/devstack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/envs/devstack.py b/lms/envs/devstack.py index 4960594a87..4fbde0ff60 100644 --- a/lms/envs/devstack.py +++ b/lms/envs/devstack.py @@ -121,7 +121,7 @@ FEATURES['LICENSING'] = True ########################## Courseware Search ####################### -FEATURES['ENABLE_COURSEWARE_SEARCH'] = True +FEATURES['ENABLE_COURSEWARE_SEARCH'] = False SEARCH_ENGINE = "search.elastic.ElasticSearchEngine"