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
-
sk2107
- Posts: 385
- Joined: Sun Aug 07, 2022 8:48 pm
Path and depth modifier query not isolating specific folder contents
You do not have the required permissions to view the files attached to this post.
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Path and depth modifier query not isolating specific folder contents
Try, .
parent:R:\F-
sk2107
- Posts: 385
- Joined: Sun Aug 07, 2022 8:48 pm
Re: 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
You do not have the required permissions to view the files attached to this post.
-
void
- Developer
- Posts: 19901
- Joined: Fri Oct 16, 2009 11:31 pm
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:
-
sk2107
- Posts: 385
- Joined: Sun Aug 07, 2022 8:48 pm
Re: Path and depth modifier query not isolating specific folder contents
So great thank you
Best Regards
Best Regards