Skip to content

Commit 7e45586

Browse files
committed
not contains operator grammar
1 parent 00cc50a commit 7e45586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

correlation/cache/operators.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func compare(operator, val1, val2 string) bool {
8888
return !lowerEqual(val1, val2)
8989
case "contains":
9090
return contain(val1, val2)
91-
case "not contain":
91+
case "not contain", "not contains":
9292
return !contain(val1, val2)
9393
case "in":
9494
return in(val1, val2)

0 commit comments

Comments
 (0)