atom / fuzzaldrin

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

attempt to improve search pertinence #19

Closed plrenaudin closed 9 years ago

plrenaudin commented 9 years ago

Added a arbitrary substring match bonus to the scorer to improve pertinence. We need a better scoring for query substring matches. e.g. in command-palette fuzzy

There is still the issue of highlighting the correct substring though

plrenaudin commented 9 years ago

I fixed it, please review.

walles commented 9 years ago

How is this different from PR #15?

walles commented 9 years ago

Could you add another test case for getting the correct ordering when searching for "install"?

plrenaudin commented 9 years ago

Please merge #22 instead