Courseware Search integration

This commit is contained in:
Davorin Sego
2014-12-08 17:34:54 +01:00
committed by Martyn James
parent a9127c1897
commit e09d47b122
56 changed files with 2629 additions and 20 deletions

View File

@@ -83,6 +83,9 @@ FEATURES['MILESTONES_APP'] = True
################################ ENTRANCE EXAMS ################################
FEATURES['ENTRANCE_EXAMS'] = True
################################ SEARCH INDEX ################################
FEATURES['ENABLE_COURSEWARE_INDEX'] = True
SEARCH_ENGINE = "search.elastic.ElasticSearchEngine"
###############################################################################
# See if the developer has any local overrides.