Skip to content

Commit

Permalink
query statement ilike operation (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelino authored and felipeweb committed Jul 24, 2018
1 parent d307581 commit bd82ef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/query-statements/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Query Operators:
| $false | Matches if field is false.|
| $notfalse | Matches if field is not false.|
| $like | Matches always cover the entire string.|
| $ilike | Matches *case-insensitive* always cover the entire string.|


### Filter (WHERE) with JSONb field
Expand Down

0 comments on commit bd82ef1

Please sign in to comment.