From faaf67129efb8b82f41b121b2030aee425363f2a Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Thu, 30 Oct 2025 21:17:37 +0530 Subject: [PATCH] feat: Enable opensearch on paid plans automatically (#12770) - enable `advanced_search feature` on all paid plans automatically ref: https://github.com/chatwoot/chatwoot/pull/12503 --- .../services/enterprise/billing/handle_stripe_event_service.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/enterprise/app/services/enterprise/billing/handle_stripe_event_service.rb b/enterprise/app/services/enterprise/billing/handle_stripe_event_service.rb index d0d2f73d8..5364409a1 100644 --- a/enterprise/app/services/enterprise/billing/handle_stripe_event_service.rb +++ b/enterprise/app/services/enterprise/billing/handle_stripe_event_service.rb @@ -16,6 +16,7 @@ class Enterprise::Billing::HandleStripeEventService channel_instagram captain_integration advanced_search_indexing + advanced_search ].freeze # Additional features available starting with the Business plan