From 4a1c2ffc1568c86ce518272430247d55be0ee417 Mon Sep 17 00:00:00 2001 From: Erdi Rowlands Date: Fri, 19 Apr 2024 18:09:34 +0100 Subject: [PATCH] FFM-11194 `AND/OR`: Continue to next group rule (#154) --- evaluation/evaluator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evaluation/evaluator.go b/evaluation/evaluator.go index 8d7c69a..1a13737 100644 --- a/evaluation/evaluator.go +++ b/evaluation/evaluator.go @@ -291,7 +291,7 @@ func (e Evaluator) isTargetIncludedOrExcludedInSegment(segmentList []string, tar return true } } - return false + continue } // Fall back to legacy `Rules`