Skip to main content

eg ive created a filter for “/1”  does this mean the filter only gets activated if the text only has “/1” in it?  as in,  it wont activated if the text had this written: “good /1” https://i.imgur.com/ItTozuQ.png

@zapoz - Yes, they must match exactly and this filter is case sensitive too. If you want a partial match, try using (Text) contains.


@zapoz 

One followup - “exactly matches” is *not* case sensitive.