Open gregeinfrank opened 6 years ago
I think there's an inconsistency between fuzz-aldrin-plus and fuzzaldrin where
fuzz-aldrin-plus
fuzzaldrin
filter(['a','b'], '') == ['a', 'b']
in fuzzaldrin, but in fuzz-aldrin-plus:
filter(['a', 'b'], '') == []
Is this intentional? Is there an option to turn off filtering when the search string is empty?
I think there's an inconsistency between
fuzz-aldrin-plus
andfuzzaldrin
wherein
fuzzaldrin
, but infuzz-aldrin-plus
:Is this intentional? Is there an option to turn off filtering when the search string is empty?