Is there (or will there be) an easy way to match only certain file types, like .exe? Personally I'd like FARR to find only .lnk and .exe in the start menu / program files. I have its dir searching limited correctly, then I add a -9999 to * (to try and also catch files without extensions) I also add in a +10000 or more to .exe and .lnk. This works fairly well most of the time, but not completely. It also somewhat breaks things like -9999 to *uninstall*, though sometimes it seems to work by playing with the values.
Personally I don't like simply giving .exe's a score boost because it results in a lot of unneeded and unnecessary returns, which can sometimes get confusing. Will there ever be regular expression support perhaps? Then one could say -9999 to all extensions NOT .exe or .lnk. Adding -9999 to the dozens or hundreds of other extension types is a bit of a losing game.
I love FARR though, it's a truly robust little app and the best of it's kind.
For now I simply limit it to searching the start menu, desktop, and other lnk folders.