Skip to content

Commit

Permalink
Add like operator (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb authored Jul 16, 2024
1 parent 07fcb4d commit 493208a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions selector/predicates.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ const (
PredicateOperatorDoesNotExists PredicateOperator = "DoesNotExists"
PredicateOperatorGreaterThan PredicateOperator = "Gt"
PredicateOperatorLessThan PredicateOperator = "Lt"
PredicateOperatorLike PredicateOperator = "Like"
PredicateOperatorInLike PredicateOperator = "InLike"
)

type OperatorConversion string
Expand Down

0 comments on commit 493208a

Please sign in to comment.