multicombo key filter sort most matched results at first.
Example-
List- [“xyz john”, “abc john”, “Hey John”, “John”, “John hello”]
I typed “john” in input field.
expecting result like below. most matched results should come at first.
[“John”, “John hello”, “abc john”, “Hey John”, “xyz john”]