Hello,
I am trying to list only the contents directly inside the folder R:\F\, but the standard search syntax is not returning the expected results.
When I query r:\f\ depth:1, the results window is completely blank.
When I query r:\f\ depth:2, it displays the contents of R:\F\, but the depth modifier appears to be calculating relative to the drive root rather than the specified folder path.
Attempting infolder:"R:\F" or parent:r:\f\ also does not isolate the contents correctly.
I have attached screenshots of my search bar behavior. Could you please advise on the correct syntax or check if a global setting/modifier might be interfering with how path depth is being calculated?
thank you
Path and depth modifier query not isolating specific folder contents
Re: Path and depth modifier query not isolating specific folder contents
Try, .
parent:R:\FRe: Path and depth modifier query not isolating specific folder contents
unfortunately it did not work, it lists the folder inside
I want to list this part only Thank you
I want to list this part only Thank you
Re: Path and depth modifier query not isolating specific folder contents
I am trying to list only the contents directly inside the folder R:\F\, but the standard search syntax is not returning the expected results.
R:\F\*-or-
parent:R:\FI'm confused, isn't this what you want?unfortunately it did not work, it lists the folder inside
Do you want files only? (eg: no folders)
Could you please give an example of an expected result.
Please try:I want to list this part only
whole:R:\Fwhole: matches the whole filename.
depth: is absolute, not relative to the specified path.
If you want relative depths, use parent+depth1:<path>
parent-depth1:
Re: Path and depth modifier query not isolating specific folder contents
So great thank you
Best Regards
Best Regards