Add indexing support for blockstore content libraries

This commit is contained in:
Sid Verma
2020-07-17 18:50:30 +05:30
committed by Kyle McCormick
parent 34d1e46d25
commit 8d33a5a3e1
13 changed files with 415 additions and 6 deletions

View File

@@ -131,6 +131,7 @@ XBLOCK_SETTINGS.update({'VideoBlock': {'licensing_enabled': True}})
################################ SEARCH INDEX ################################
FEATURES['ENABLE_COURSEWARE_INDEX'] = False
FEATURES['ENABLE_LIBRARY_INDEX'] = False
FEATURES['ENABLE_CONTENT_LIBRARY_INDEX'] = False
SEARCH_ENGINE = "search.elastic.ElasticSearchEngine"
################################ COURSE DISCUSSIONS ###########################