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

@@ -245,6 +245,7 @@ VIDEO_CDN_URL = {
# Courseware Search Index
FEATURES['ENABLE_COURSEWARE_INDEX'] = True
FEATURES['ENABLE_LIBRARY_INDEX'] = True
FEATURES['ENABLE_CONTENT_LIBRARY_INDEX'] = False
SEARCH_ENGINE = "search.tests.mock_search_engine.MockSearchEngine"
FEATURES['ENABLE_ENROLLMENT_TRACK_USER_PARTITION'] = True