microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
111.22k stars 6.54k forks source link

[PowerToys Run] only match first letter of words #19881

Closed unuing closed 1 year ago

unuing commented 2 years ago

Description of the new feature / enhancement

make powertoys run match first letter of the words in application names

Scenario when this would be used?

it searchs out something unwanted currently, e.g. it searchs out Git Bash when typing letter a image

Supporting information

No response

Aaron-Junker commented 2 years ago

@htcfreek Any idea why this happens?

htcfreek commented 2 years ago

This is because of FuzzyMatching. We search for the input in the result title, path, ...

This is working as designed.

@Aaron-Junker Can be closed as wont-fix.