Everything does not show folders only when using folders: tag for 2 paths such as 1. "C:\Users\user\Desktop\explorer import\iphone se 1st gen" and
2. "C:\Users\user\Desktop\iphone se"
In other words, everything also shows the files in addition to the folders when using folders: tag even thought the intention is to only show folders
Folders: tag also mistakenly showing files
Re: Folders: tag also mistakenly showing files
What is your exact search?
Please try the following search:
folder: "C:\Users\user\Desktop\explorer import\iphone se 1st gen\"|"C:\Users\user\Desktop\iphone se\"
Note the space after folder:
Everything will treat this search as:
folders-only AND ("C:\Users\user\Desktop\explorer import\iphone se 1st gen\" OR "C:\Users\user\Desktop\iphone se\")
Without the space, the folder search modifier is only applied to the first search term.
The following search will also work:
folder:<"C:\Users\user\Desktop\explorer import\iphone se 1st gen\"|"C:\Users\user\Desktop\iphone se\">
The folder: search modified is applied to all the terms in the < > group.
Please try the following search:
folder: "C:\Users\user\Desktop\explorer import\iphone se 1st gen\"|"C:\Users\user\Desktop\iphone se\"
Note the space after folder:
Everything will treat this search as:
folders-only AND ("C:\Users\user\Desktop\explorer import\iphone se 1st gen\" OR "C:\Users\user\Desktop\iphone se\")
Without the space, the folder search modifier is only applied to the first search term.
The following search will also work:
folder:<"C:\Users\user\Desktop\explorer import\iphone se 1st gen\"|"C:\Users\user\Desktop\iphone se\">
The folder: search modified is applied to all the terms in the < > group.
Re: Folders: tag also mistakenly showing files
Okay, thats strange using folders: in front of the search paths works but when a path has "iphone se" in it, it also shows a excel file named "iphone se folder locations.xlsx" because it contains the word "iphone se". I have unchecked ignore punctuation and unchecked ignore white-space and it still shows the excel file
Re: Folders: tag also mistakenly showing files
The presence of a trailing backslash matters.
C:\blah
blah can be a filename or a folder name in C root.
C:\blah\
blah can only be a folder name and never a filename.
Going back to the folders: verb. It only applies to the segment of your search query as @void explained above. Please play super close attention to your uses of the space character, the pipe character, and the angle brackets characters. These are syntactically meaningful to the extreme. Also take note of your Options -> General -> Search -> Operator precedence: setting, as this changes how spaces and pipes are treated in priority to one another.
C:\blah
blah can be a filename or a folder name in C root.
C:\blah\
blah can only be a folder name and never a filename.
Going back to the folders: verb. It only applies to the segment of your search query as @void explained above. Please play super close attention to your uses of the space character, the pipe character, and the angle brackets characters. These are syntactically meaningful to the extreme. Also take note of your Options -> General -> Search -> Operator precedence: setting, as this changes how spaces and pipes are treated in priority to one another.
Re: Folders: tag also mistakenly showing files
ummm...the exact seach will give away my username and such so I just used "user" but those paths are pretty much exactly what is on my desktop
Re: Folders: tag also mistakenly showing files
Replacing your actual username with "user" is perfectly fine. Even better! (privacy is important)
Re: Folders: tag also mistakenly showing files
Please use double quotes (") to escape any spaces:
"C:\Users\user\Desktop\explorer import\iphone se 1st gen\"
"C:\Users\user\Desktop\explorer import\iphone se 1st gen\"
Re: Folders: tag also mistakenly showing files
Thank you, it seems to be working now after defaulting settings for literal operators and putting files: and folders: at the beginning of the search paths