The paramters in the shared dashboard link can not save exactly

Hi,
I made a dashboard share link with three paramters( begintime\ endtime\ city), just like this

The original url is
http://10.8.48.208:3000/public/dashboard/dc179353-f273-49b0-bc6b-ffbf984b15a6

I want to share this link with three default value('2019-1-1', '2019-11-1', 'city') to my colleagues.

I was thought change the url like this
http://117.173.87.231:3001/public/dashboard/478a4fa8-9868-49cb-bab6-7684550fd3e0?____=2019-10-31&____=2019-11-31&____=city

But it seems all paramters combine into an array for every paramter, not three independent parameters.

Is there any help to share this link with three independent parameter values?

Hi @aliks
There’s currently a bug with non-ASCII filter names
https://github.com/metabase/metabase/issues/5313 - upvote by clicking :+1: on the first post
I think the only workaround is to add some unique a-z / 0-9 before/after the filter name. So if your filter is called 類型 , then you would name it 類型:1 - if you have another filter, then name it ...:2

Yeah, I added a postfix with an number, it works now!
Thank you very much for you help.