vue-search-select
vue-search-select copied to clipboard
Searching of items
What would be great is the ability to search multiple words, e.g.
Options: 1 - Cat Bat Hat 2 - Rock Paper Scissors
When I search for 'cat hat', it would be great if option 1 is shown, in other words it's not simply a text match, but it matches on a variety of words separated by space.
The alternative is to make a search match function available that one could hook into.