fuzzy icon indicating copy to clipboard operation
fuzzy copied to clipboard

Variable number of WeightedKeys from List

Open benferreri opened this issue 5 years ago • 0 comments

I have an object that has a default name (String) and a list of aliases (List<String>). Right now I just have a WeightedKey of the name, but I'd also like to search in the aliases. The list of aliases is of variable length. Is there a simple way to do this?

benferreri avatar Mar 25 '21 19:03 benferreri