From 5ac505d5d0c7fc8ef85d293273b6053b79e502fb Mon Sep 17 00:00:00 2001 From: Jayram Date: Wed, 10 Feb 2021 19:35:38 +0530 Subject: [PATCH] docs: add annotations for ENABLE_COURSEWARE_SEARCH_FOR_COURSE_STAFF feature flag --- lms/envs/common.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lms/envs/common.py b/lms/envs/common.py index fb08629f3e..9b0519fbfb 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -541,6 +541,18 @@ FEATURES = { # see the search widget on the courseware page only if the DISABLE_COURSE_OUTLINE_PAGE_FLAG is set. # .. toggle_tickets: https://github.com/edx/edx-platform/pull/6506 'ENABLE_COURSEWARE_SEARCH': False, + + # .. toggle_name: FEATURES['ENABLE_COURSEWARE_SEARCH_FOR_COURSE_STAFF'] + # .. toggle_implementation: DjangoSetting + # .. toggle_default: False + # .. toggle_description: When enabled, this adds a Search the course widget on the course outline and courseware + # pages for searching courseware data but for course staff users only. + # .. toggle_use_cases: open_edx + # .. toggle_creation_date: 2019-12-06 + # .. toggle_warnings: In order to get this working, your courses data should be indexed in Elasticsearch. If + # ENABLE_COURSEWARE_SEARCH is enabled then the search widget will be visible to all learners and this flag's + # value does not matter in that case. This flag is enabled in devstack by default. + # .. toggle_tickets: https://openedx.atlassian.net/browse/TNL-6931 'ENABLE_COURSEWARE_SEARCH_FOR_COURSE_STAFF': False, # Dashboard search feature