Hi,
It seems like Everything shows results for all sub-folders.
Is there a way for Everything to only show results in a named folder and not the sub folders in the named folder?
Thanks.
Dave
only show first level results?
Re: only show first level results?
Yes, there is:
That will show all files and folders that have "c:\my folder" as their parnet.
If you only want to see files in the "c:\my folder" folder, add file: to your search query:
Or when you only want to see folders, replace file: with folder:
More information: Everything Search Syntax
P.S.: You must be one of the longest standing members here. Just 2 weeks after this forum started!
In fact: the oldest I have ever seen active. Even older than @void's account!
Code: Select all
parent:"c:\my folder"
If you only want to see files in the "c:\my folder" folder, add file: to your search query:
Code: Select all
file: parent:"c:\my folder"
More information: Everything Search Syntax
P.S.: You must be one of the longest standing members here. Just 2 weeks after this forum started!
In fact: the oldest I have ever seen active. Even older than @void's account!
Re: only show first level results?
Thanks for the help! I've used ES many times a day for years - but only at a superficial level. Thanks for pointing out some "new" features!