I get the idea fileseek probably has the capability to do what I'd like and I'm just not getting the query right. I was hoping the 'query will be compared against the entire path' would solve it, but as yet to no avail.
I have multiple paths entered by appending and am able to find all occurences of a file on different drives with a particular string in the name.
What I'd like to find is all files with a string in the name as well as a different string in the path.
For example: find all files with 'Submarine' in the name that has 'Beatles' in the path. Or perhaps any occurence of both strings anywhere in the path including the filename.
It sounds like you want to use a wildcard in the Path field? That's not something we currently support but we do have it open as a feature request, so I've added your vote to it.
You would use 'f:\music\Yes' as the Path, and then 'Fragile' as the query.
You'll also want to head to the "Advanced" tab and enable "Show file names that match the query text" along with "Show folder names that match the query text" so the query will match. You can also enable "Search sub-folders" if you want it to search further down the folder tree as well.
You would use 'f:\music\Yes' as the Path, and then 'Fragile' as the query.
My example was oversimplified. I have many directories on multiple drives. I want to search all of them for the occurence of both words anywhere in the path, folder, or file name.