Combo Box + Fuzzy Search

Is this a way to make the “Fuzzy Search” works into “Combo Box” ?

Goal = search into the dropdown choices and returns results that closely match a term, even if there are typos, misspellings, or partial matches.

Usecase = input search not case sensitive

I’m trying to build this exact same thing, no success so far, I wish there was more documentation about this.

1 Like

Hi @formation.less.is.co @etienne!

I’ve been running some tests and playing around with the attributes trying to achieve your goal, and here’s what I’ve come up with:

Using Combo Box + List Filter + List Select I made the Combo Box search field work with the “Fuzzy Search” option

I used Combo Box, then connected a CMS List using List Select, and finally added List Filter to filter the CMS List with the Combo Box input.

The current limitation is that fuzzy search is only working to filter the CMS list, not to the Combo Box’s dropdown results. If you’d like fuzzy search to also apply directly to the Combo Box options, I can work on a more complex setup with custom code.

Let me know if this works for you! :flexed_biceps:

1 Like

Hello Pedro i would love to ! I have no interest in linking my dropdown list to CMS, but it will be great if you could find a solution to implement Fuzzy Search into the Combo Box’s Attribute :star_struck: