Skip to content

Commit 3f44ca7

Browse files
pomegranitedDawoudSheraz
authored andcommitted
chore: enable meilisearch in MFE config (#231)
1 parent f3657dd commit 3f44ca7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tutormfe/patches/openedx-lms-development-settings

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ MFE_CONFIG["ENABLE_ASSETS_PAGE"] = "true"
4141
MFE_CONFIG["ENABLE_HOME_PAGE_COURSE_API_V2"] = "true"
4242
MFE_CONFIG["ENABLE_PROGRESS_GRAPH_SETTINGS"] = "true"
4343
MFE_CONFIG["ENABLE_TAGGING_TAXONOMY_PAGES"] = "true"
44+
MFE_CONFIG["MEILISEARCH_ENABLED"] = "true"
4445
{% endif %}
4546

4647
{% if get_mfe("discussions") %}

tutormfe/patches/openedx-lms-production-settings

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ MFE_CONFIG["ENABLE_ASSETS_PAGE"] = "true"
4242
MFE_CONFIG["ENABLE_HOME_PAGE_COURSE_API_V2"] = "true"
4343
MFE_CONFIG["ENABLE_PROGRESS_GRAPH_SETTINGS"] = "true"
4444
MFE_CONFIG["ENABLE_TAGGING_TAXONOMY_PAGES"] = "true"
45+
MFE_CONFIG["MEILISEARCH_ENABLED"] = "true"
4546
{% endif %}
4647

4748
{% if get_mfe("discussions") %}

0 commit comments

Comments
 (0)