Hey Guys , I have a problem, if I have value in refinement-list with colon , I got an error . Tag name datected:DATE_TIME then in request payload send column_tags=detected['DATE_TIME'] but it must be column_tags:=['detected:DATE_TIME'] . Thanks in advance!
j
Jason Bosco
10/29/2021, 7:34 PM
Could you update to the latest version of the instantsearch adapter to see if that fixes the issue?
m
Mr Fun
10/29/2021, 8:36 PM
Actually , it's in last version
j
Jason Bosco
10/30/2021, 3:36 AM
Hmm thought I fixed this… Will take a closer look. Could you open a Github issue so we can track it?
Jason Bosco
10/30/2021, 3:37 AM
In the meantime, a work around would be to not use colons in the field names, may be use another character instead?
m
Mr Fun
10/30/2021, 3:57 PM
Yeah , I did it in that way, delete colon from text. Actually regex ex. not allow colon from text. I found it yesterday.