Description
Is there a way to search for multiple words at the same time?
Here is a scenario, assume I have a menu with 1000 items, each item's title starts with a color name. And, I want to search for any option that starts with "Blue", "Red" or "White. Currently, I would have to search for "Blue" and click select all, then search for "Red" and select all. Finally search for "White" and select all.
However, if I am able to search for Blue, Red, White
at the same time, then I would click "Select All".
The above example is basic, but this can come in vary handy if the user have 10+ keywords to search for with a large menu.
If this is something the package already offer, please point me to the right direction. Otherwise, I think it is a much needed function.
Thank you