From 0c37fc9b5fb01fb808d2fc5cc17b0683c161f06e Mon Sep 17 00:00:00 2001
From: "Marc Burnie [AWS]" <mburnie@amazon.com>
Date: Thu, 13 Mar 2025 16:25:43 +0000
Subject: [PATCH] fix: enabling mapping boolean to string fix for AWS

---
 provider/indexer-aws/src/main/resources/application.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/provider/indexer-aws/src/main/resources/application.properties b/provider/indexer-aws/src/main/resources/application.properties
index 10ea1892a..e877912a4 100644
--- a/provider/indexer-aws/src/main/resources/application.properties
+++ b/provider/indexer-aws/src/main/resources/application.properties
@@ -85,7 +85,7 @@ spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.Sec
 
 # Feature flag settings
 featureFlag.strategy=appProperty
-featureFlag.mapBooleanToString.enabled=false
+featureFlag.mapBooleanToString.enabled=true
 featureFlag.asIngestedCoordinates.enabled=true
 featureFlag.keywordLower.enabled=true
 featureFlag.bagOfWords.enabled=true
-- 
GitLab