Hey, I am trying to create a multiselect filter for a string field. I’ve added enable_approximate_match_search to annotations of corresponding data model:
I saved changes without any error. After changes filter is still being displayed as a string filter and what’s more - it stopped to work at all. There is an error in the console.
Stack trace is not telling a lot for me. Looks like the list of values for the filter is not being fetched. Does it mean I have to do it on my own? We are using <ViewViews.OverviewEngineView />.
Unfortunately, the feature is not working with CDMs in the 2023.06 ext2 release and older releases (Including your Version, 2023.06 you are working on).
The good news is, that we filled the gap with the 2023.06 ext3 patch release. So from the 2023.06 ext3 release the feature is compatible with CDMs.
Solution partially helped and the error does not appear. Filter is not working anyway. It is still displayed as a string filter and even after writing the value it doesn’t work.
Probably I’ll have try with 2023.06 ext3 patch release as @svenja-still-dawn suggested.