Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: troychiu <[email protected]>
  • Loading branch information
troychiu committed Oct 31, 2024
1 parent 6c67aa1 commit 9a2a665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flyteadmin/pkg/common/filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (f *inlineFilterImpl) getGormQueryExpr(formattedField string) (GormQueryExp
}, nil
case NotContains:
return GormQueryExpr{
// WHERE field LIKE %value%
// WHERE field NOT LIKE %value%
Query: fmt.Sprintf(notContainsQuery, formattedField),
// args renders to something like: "%value%"
Args: fmt.Sprintf(notContainsArgs, f.value),
Expand Down

0 comments on commit 9a2a665

Please sign in to comment.