folder:"duran" finds folders "duran" and "ma duran".
I want to find all folders only with name "duran" from all folders(directories).
What am I doing wrong?
How to find folder (directory) with an exact name?
-
- Posts: 2
- Joined: Sat Feb 24, 2024 5:30 am
How to find folder (directory) with an exact name?
- Attachments
-
- 2024-02-24 113237.png (11.69 KiB) Viewed 1528 times
Re: How to find folder (directory) with an exact name?
Please try the wholefilename: search modifier.
For example:
wholefilename:duran
wfn: or exact: are shorter aliases for wholefilename:
wfn:duran
exact:duran
The " " search syntax really means:
" " Escape operator characters.
For example:
wholefilename:duran
wfn: or exact: are shorter aliases for wholefilename:
wfn:duran
exact:duran
The " " search syntax really means:
" " Escape operator characters.
-
- Posts: 2
- Joined: Sat Feb 24, 2024 5:30 am