Code: Select all
D:\Directory\*File*.txt
Code: Select all
D:\Directory\File Name.txt
D:\Directory\Subdir 1\File Name.txt
D:\Directory\Subdir 2\File Name.txt
etc
Code: Select all
D:\Directory\*\*File*.txt
It appears that once a path separator (slash) is included in the search, it changes how the search is performed and the wildcard/asterisk no longer includes slashes like it did in 1.4. I've gone through the settings and can't find anything to get the old behavior back. It seems like this is a change in the search logic, and unfortunately it significantly reduces the ability to find things, and therefore Everything's usefulness. I don't want to go back to 1.4, as I'm really liking many of the improvements in 1.5, but this is a bit of a deal breaker.
I've found if I use two asterisks (e.g. **) then it works, but this shouldn't be necessary and makes it more cumbersome, and that's assuming I remember to do it. Is there a setting I'm missing, or can the behavior be changed, at least via a new option, to get the old behavior back?