From 9159ebcf7ee54ab1bb6ca7fb64418e40be2f58b0 Mon Sep 17 00:00:00 2001 From: Daniel Ursache Dogariu Date: Thu, 12 Feb 2026 09:49:47 +0200 Subject: [PATCH] Set the default feature flags so that the previous search method is the default one --- backend/redirectioneaza/settings/feature_flags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/redirectioneaza/settings/feature_flags.py b/backend/redirectioneaza/settings/feature_flags.py index 4bd8fb91..4a5f5fee 100644 --- a/backend/redirectioneaza/settings/feature_flags.py +++ b/backend/redirectioneaza/settings/feature_flags.py @@ -2,7 +2,7 @@ from .environment import env # Search tweaks -ENABLE_NGO_SEARCH_WORD_SIMILARITY = env.bool("ENABLE_NGO_SEARCH_WORD_SIMILARITY", True) +ENABLE_NGO_SEARCH_WORD_SIMILARITY = env.bool("ENABLE_NGO_SEARCH_WORD_SIMILARITY", False) ENABLE_CAUSE_SEARCH_WORD_SIMILARITY = env.bool("ENABLE_CAUSE_SEARCH_WORD_SIMILARITY", False) # Feature flags