Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2025-08-24 15:44:39 +08:00
commit b3ea067792

View file

@ -358,6 +358,7 @@ func (value *Value) filter(other *Value, relativeDate, relativeDate2 *RelativeDa
case FilterOperatorIsNotEmpty:
return !value.IsEmpty()
}
return true
}
switch operator {