Question

I really like the fuzzy matching search algorithm that Sublime Text 2 uses for its command palette and I was hoping to create something similar that runs through the Windows 7 Start menu search.

I already found the Windows API Code Pack for .NET Framework but that only seems to provide API hooks for using the existing Windows Search inside my own applications.

Is there any way to modify or replace the search algorithm that the Start menu search uses for searching installed applications and files?

Was it helpful?

Solution

I am pretty sure that is not possible. But it shouldn't be hard to program a little something that overlays the search box and (if there is something in the search box) also the results area. With this custom gadget it wouldn't be hard to use any search algo you want.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top