We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0565f83 + 00f07da commit 782bf10Copy full SHA for 782bf10
1 file changed
corehq/toggles/__init__.py
@@ -986,6 +986,17 @@ def _ensure_valid_randomness(randomness):
986
parent_toggles=[CASE_SEARCH_ADVANCED],
987
)
988
989
+CASE_SEARCH_CACHE_KEY = StaticToggle(
990
+ 'case_search_cache_key',
991
+ 'Case Search: Formplayer cache key',
992
+ TAG_GA_PATH,
993
+ description="""
994
+ If set formplayer will use a more specific cache key. This is meant to fix a bug but the
995
+ perfomance implications are not clear. Hence the FF.""",
996
+ namespaces=[NAMESPACE_DOMAIN],
997
+ parent_toggles=[SYNC_SEARCH_CASE_CLAIM],
998
+)
999
+
1000
USH_CASE_LIST_MULTI_SELECT = StaticToggle(
1001
'ush_case_list_multi_select',
1002
'USH: Allow selecting multiple cases from the case list',
0 commit comments