Skip to content

Commit

Permalink
Merge pull request #22 from lucianomagrao/add-in-sorted-to-validation
Browse files Browse the repository at this point in the history
Add operator in_sorted to validation func
  • Loading branch information
lucianomagrao authored Oct 31, 2019
2 parents c755fde + 7063b95 commit 548f9d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func isOperator(op string) bool {
"and",
"?:",
"in",
"in_sorted",
"cat",
"%",
"abs",
Expand Down

0 comments on commit 548f9d9

Please sign in to comment.