Skip to content

Commit ac87021

Browse files
committed
Update destination-filters.md
1 parent c459836 commit ac87021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/destinations/destination-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ There are certain destinations to which you may not want to send the `userId`. T
172172

173173
## Filter conditional operators
174174
* `contains`: checks whether the field's value includes the provided substring
175-
* `glob matches`: case sensitive, checks whether the value matches provided string
175+
* `glob matches`: case sensitive, can accept wildcard characters, checks whether the value matches provided string
176176
* `is (number)`: checks whether the value is exactly the provided integer
177177
* `is (string)`: checks whether the value is exactly the provided string
178178
* `is false`: checks whether the value is type boolean and is `false`

0 commit comments

Comments
 (0)