From 41fa96851fe167f0c2eadad6f6855d7a3af9cfb7 Mon Sep 17 00:00:00 2001 From: Braden MacDonald Date: Wed, 22 May 2024 11:48:27 -0700 Subject: [PATCH] docs: fix minor typos in the meilisearch feature configuration (#34838) --- cms/envs/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cms/envs/common.py b/cms/envs/common.py index ee4aa6eb0818..a46fe745e819 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -2958,13 +2958,13 @@ def _should_send_learning_badge_events(settings): BEAMER_PRODUCT_ID = "" -################### Studio Search (alpha, using Meilisearch) ################### +################### Studio Search (beta), using Meilisearch ################### # Enable Studio search features (powered by Meilisearch) (beta, off by default) MEILISEARCH_ENABLED = False # Meilisearch URL that the python backend can use. Often points to another docker container or k8s service. MEILISEARCH_URL = "http://meilisearch" -# URL that browsers (end users) can user to reach Meilisearch. Should be HTTPS in production. +# URL that browsers (end users) can use to reach Meilisearch. Should be HTTPS in production. MEILISEARCH_PUBLIC_URL = "http://meilisearch.example.com" # To support multi-tenancy, you can prefix all indexes with a common key like "sandbox7-" # and use a restricted tenant token in place of an API key, so that this Open edX instance