From 4c95da52c162d68456a987e67cc17e10e8545b5a Mon Sep 17 00:00:00 2001 From: Jillian Date: Sat, 2 Nov 2024 02:55:38 +1030 Subject: [PATCH] chore: enable meilisearch in MFE config (#231) --- tutormfe/patches/openedx-lms-development-settings | 1 + tutormfe/patches/openedx-lms-production-settings | 1 + 2 files changed, 2 insertions(+) diff --git a/tutormfe/patches/openedx-lms-development-settings b/tutormfe/patches/openedx-lms-development-settings index ce484dde..280039ee 100644 --- a/tutormfe/patches/openedx-lms-development-settings +++ b/tutormfe/patches/openedx-lms-development-settings @@ -41,6 +41,7 @@ MFE_CONFIG["ENABLE_ASSETS_PAGE"] = "true" MFE_CONFIG["ENABLE_HOME_PAGE_COURSE_API_V2"] = "true" MFE_CONFIG["ENABLE_PROGRESS_GRAPH_SETTINGS"] = "true" MFE_CONFIG["ENABLE_TAGGING_TAXONOMY_PAGES"] = "true" +MFE_CONFIG["MEILISEARCH_ENABLED"] = "true" {% endif %} {% if get_mfe("discussions") %} diff --git a/tutormfe/patches/openedx-lms-production-settings b/tutormfe/patches/openedx-lms-production-settings index baaf6026..c97d9686 100644 --- a/tutormfe/patches/openedx-lms-production-settings +++ b/tutormfe/patches/openedx-lms-production-settings @@ -42,6 +42,7 @@ MFE_CONFIG["ENABLE_ASSETS_PAGE"] = "true" MFE_CONFIG["ENABLE_HOME_PAGE_COURSE_API_V2"] = "true" MFE_CONFIG["ENABLE_PROGRESS_GRAPH_SETTINGS"] = "true" MFE_CONFIG["ENABLE_TAGGING_TAXONOMY_PAGES"] = "true" +MFE_CONFIG["MEILISEARCH_ENABLED"] = "true" {% endif %} {% if get_mfe("discussions") %}