atom / fuzzaldrin

Fuzzy filtering and string scoring
MIT License
319 stars 28 forks source link

Doesn't match spaces to underscores #4

Closed ekampp closed 10 years ago

ekampp commented 10 years ago

When searching in a project with character.rb and a character_class.rb file (note the underscore), I can find the character.rb fine by simply typing char.

screen shot 2014-02-27 at 19 15 34

But finding the character_class.rb file isn't quite as easy. My first attempt was to type in char class, expecting the fuzzy finder to work something like sublime text's does. Alas, that yields no results.

screen shot 2014-02-27 at 19 17 41

But if I change out the space between the char and class with an underscore, the file is located just fine.

screen shot 2014-02-27 at 19 18 34

I would have expected the finder to map spaces to special characters. Is this intentional, and if so, why? or is it an oversight?

Best regards

probablycorey commented 10 years ago

Thanks for reporting this! It should be fixed by #3