atom / fuzzaldrin

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

Consider \ and / interchangable? #24

Open stephenwf opened 9 years ago

stephenwf commented 9 years ago

More related to PHP specifically, but it would allow namespaces such as:

JMS\Serializer\Annotation

to look for

JMS/Serializer/Annotation

Since 99% of the time, filenames wont have contain " \ " , it would generally improve the results.