Revert "Added public lab feature flag for search any field" (#13441)

Reverts twentyhq/twenty#13430

We will release this in the 1.2
This commit is contained in:
Weiko
2025-07-25 15:10:58 +02:00
committed by GitHub
parent 13bed8e4d2
commit 523d0ac17c
2 changed files with 1 additions and 10 deletions

View File

@ -30,15 +30,6 @@ export const PUBLIC_FEATURE_FLAGS: PublicFeatureFlag[] = [
imagePath: '',
},
},
{
key: FeatureFlagKey.IS_ANY_FIELD_SEARCH_ENABLED,
metadata: {
label: 'Any field filter',
description:
'Search multiple fields at the same time with the new "Search any field" feature on tables and kanbans',
imagePath: '',
},
},
...(process.env.CLOUDFLARE_API_KEY
? [
// {

View File

@ -58,7 +58,7 @@ export const seedFeatureFlags = async (
{
key: FeatureFlagKey.IS_ANY_FIELD_SEARCH_ENABLED,
workspaceId: workspaceId,
value: false,
value: true,
},
{
key: FeatureFlagKey.IS_TWO_FACTOR_AUTHENTICATION_ENABLED,