Skip to content

Commit

Permalink
Feat: contains operator for ffql (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
apoddubn authored May 16, 2024
1 parent 011546c commit 37cc555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guides/flatfile_query_language.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ FFQL operators are:
- `gte` - Greater Than or Equal To
- `like` - (Case Sensitive) Like
- `ilike` - (Case Insensitive) Like
- `contains` - Contains (for columns of type `string-list` and `enum-list`)

Both `like` and `ilike` support the following wildcards:

Expand Down

0 comments on commit 37cc555

Please sign in to comment.