@Rechain So you need to use our regex option for that. For example if you want to filter out the word "me", but not "sublime" nor "mentor”, you use “\ me\ “. There's a space after each \. You can test out regular expressions here: https://regex101.com
@ivory ahh, okay then - I’ll check up on that. Thanks 😁👍🏻