comigor / fuzzy

Fuzzy search in Dart
MIT License
37 stars 20 forks source link

Variable number of WeightedKeys from List #21

Open benferreri opened 3 years ago

benferreri commented 3 years ago

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?