Entering and escaping commas in filter values

When you setup a filter you can enter multiple values by separating with commas.

We have a case where some of our values contain commas. How do you search for these as metabase tries to break it into multiple parts.

I’ve tried a few obvious things like quoting the entire string, using a , etc. No luck so far.

I am having the same issue

Is there any known workaround for this? It is a pain to get my origin cities right, since all of them use comma as “City name, state initials”.

I didn’t even find an open issue on github for this, although I think this is a rather known behavior for everyone.