How to change the searchMode property on a multiselect component?

  • Goal: Change the searchMode from "fuzzy" to "caseInsensitive"

  • Details: When you type a search term into the multiselect, it matches in an unusual way. I only want a match which matches the entire string entered (as a substring). Instead I think this "fuzzy" match returns extra results I don't want included (matching on single letters somewhere in the string).

I wanted to try the "caseInsensitive" searchMode, but it does not seem to be possible to change it to anything other than "fuzzy".

Is it possible to change searchMode on a multiselect component?

Thanks very much

Does anyone have any advice on this? Thanks

Hii @Jon_Steele,

Yes, it is possible to change the search mode on a multiselect component.

In the multiselect component, navigate to Interaction > Advanced Settings to find the search mode.

I hope this will help you. If you have any questions, feel free to ask.

2 Likes

@ZeroCodez Thanks very much! I didn't see that little button there - very helpful cheers.

1 Like