Enable array filtering (#8538)
- Set array filtering always enabled - Rename `IS_ARRAY_AND_JSON_FILTER_ENABLED ` TO `IS_JSON_FILTER_ENABLED`.
This commit is contained in:
@ -13,7 +13,7 @@ export type FeatureFlagKey =
|
||||
| 'IS_ANALYTICS_V2_ENABLED'
|
||||
| 'IS_SSO_ENABLED'
|
||||
| 'IS_UNIQUE_INDEXES_ENABLED'
|
||||
| 'IS_ARRAY_AND_JSON_FILTER_ENABLED'
|
||||
| 'IS_JSON_FILTER_ENABLED'
|
||||
| 'IS_MICROSOFT_SYNC_ENABLED'
|
||||
| 'IS_ADVANCED_FILTERS_ENABLED'
|
||||
| 'IS_AGGREGATE_QUERY_ENABLED';
|
||||
|
||||
Reference in New Issue
Block a user