I am would like to use select2 to help with searching through my very long drop down list. The issue I am having is the default search feature fails to find the correct results. Here is an example:
14 x 14 x 1The search will only find this result if the users enters a space between the “14” and the “x”. I would like to create a custom matcher to search the value attribute and its text value for a match.
Is this possible?