diff --git a/lms/envs/common.py b/lms/envs/common.py index 3ace69ab0632..509d021cacc9 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -3291,6 +3291,9 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring 'openedx_tagging.core.tagging.apps.TaggingConfig', 'openedx.core.djangoapps.content_tagging', + # Search + 'openedx.core.djangoapps.content.search', + # Features 'openedx.features.calendar_sync', 'openedx.features.course_bookmarks',