Add indexing support for blockstore content libraries
This commit is contained in:
committed by
Kyle McCormick
parent
34d1e46d25
commit
8d33a5a3e1
@@ -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 ###########################
|
||||
|
||||
Reference in New Issue
Block a user