Skip to content

Commit 36fbbbd

Browse files
committed
Create new case search FF
1 parent 966c12d commit 36fbbbd

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

corehq/toggles/__init__.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,30 @@ def _ensure_valid_randomness(randomness):
958958
namespaces=[NAMESPACE_DOMAIN]
959959
)
960960

961+
CASE_SEARCH_DEPRECATED = StaticToggle(
962+
'case_search_deprecated',
963+
'Case Search: Deprecated',
964+
TAG_DEPRECATED,
965+
help_link='https://dimagi.atlassian.net/wiki/spaces/GS/pages/2146606528/Case+Search+and+Claim',
966+
namespaces=[NAMESPACE_DOMAIN]
967+
)
968+
969+
CASE_SEARCH_ADVANCED = StaticToggle(
970+
'case_search_advanced',
971+
'Advanced Case Search',
972+
TAG_FROZEN,
973+
help_link='https://dimagi.atlassian.net/wiki/spaces/GS/pages/2146606528/Case+Search+and+Claim',
974+
namespaces=[NAMESPACE_DOMAIN]
975+
)
976+
977+
CASE_SEARCH_RELATED_LOOKUPS = StaticToggle(
978+
'case_search_related_lookups',
979+
'Case Search: Related Lookups',
980+
TAG_FROZEN,
981+
help_link='https://dimagi.atlassian.net/wiki/spaces/GS/pages/2146606528/Case+Search+and+Claim',
982+
namespaces=[NAMESPACE_DOMAIN]
983+
)
984+
961985
USH_CASE_LIST_MULTI_SELECT = StaticToggle(
962986
'ush_case_list_multi_select',
963987
'USH: Allow selecting multiple cases from the case list',

0 commit comments

Comments
 (0)