Skip to content

Commit

Permalink
fix: client Contains operator (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
CezarStefan committed Jan 14, 2024
1 parent d45dd4f commit be20b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/GridifyOperator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export enum ConditionalOperator {
GreaterThan = ">",
GreaterThanOrEqual = ">=",
LessThanOrEqual = "<=",
Contains = "*",
Contains = "=*",
NotContains = "!*",
StartsWith = "^",
NotStartsWith = "!^",
Expand Down

0 comments on commit be20b8c

Please sign in to comment.