How to seach within a shortcut folder?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Alotta Art Files
Posts: 2
Joined: Tue Feb 23, 2021 8:02 am

How to seach within a shortcut folder?

Post by Alotta Art Files »

Hi!

I am new to Everything and love it so far! I am using Version 1.4.1.988 (x86) windows 10

However, I have not been able to figure out how to search for jpgs and pngs within a shortcut folder. Here is a snip of the Everything window I start with. I copy paste the path into the Everything search bar.
SHORTCUT FOLDER SEARCH - 1.JPG
SHORTCUT FOLDER SEARCH - 1.JPG (151.7 KiB) Viewed 4719 times
Then I simply add jpg after the path in the search and here is what it looks like when I search for "jpg"
SHORTCUT FOLDER SEARCH - 2.JPG
SHORTCUT FOLDER SEARCH - 2.JPG (66.63 KiB) Viewed 4719 times
It only found the one jpg original file. I had hoped that it would search within the shortcut folders and show me all of the jpg files within the shortcut folders.

Normally, with original folders that are not shortcut, I can see all of the jpeg/png files inside of them.

Is there another way to search within shortcut folders that I dont know?

I hope that I am being clear, please let me know if I need to add more screen snips.

Thanks so much!
void
Developer
Posts: 15204
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to seach within a shortcut folder?

Post by void »

Please try enabling match path from the Search menu.

-or-

use double quotes to escape spaces (without quotes space = AND)


Example searches:

Code: Select all

"J:\JY ASTROLOGY 2019 - 2020\EXCLUSIVE CONTENT\FV - PATT - ABSTRACT -SHAPES - STROKES - ILLUSTRATIONS\PATTS - ILLUSTR - SILHOUETTES\MISC MIXED OBJECTS ANIMALS" jpg

Code: Select all

"\MISC MIXED OBJECTS ANIMALS" jpg

Code: Select all

path:animals path:abstract path:shapes path:strokes path:silhouettes pic:
pic: will expand to ext:jpg;bmp;png;gif;.. which will search for all images types.
Alotta Art Files
Posts: 2
Joined: Tue Feb 23, 2021 8:02 am

Re: How to seach within a shortcut folder?

Post by Alotta Art Files »

Thank you so much for quick response :)

I enabled Match Path from the menu and selected copy paste the 3 example searches suggested, however still did not search inside the shortcut files:(

However, I did not understand the second alternative,

use double quotes to escape spaces (without quotes space = AND)


Perhaps another example of how to search using the second alternative would help me to understand?

Thanks again, have a nice day
void
Developer
Posts: 15204
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to seach within a shortcut folder?

Post by void »

Everything does not follow folder shortcuts. Folder shortcuts (as .lnk files) are treated as files.

If these folder shortcuts are junctions, please try Folder indexing instead of NTFS indexing:
Folder indexing will follow folder junctions.
  • In Everything, from the Tools menu, click Options.
  • Click the NTFS tab on the left.
  • For each NTFS volume in the list:
    • Uncheck Include in database.
  • Click the Folders tab on the left.
  • Click Add....
  • Select your NTFS volume and click Open.
  • Repeat for additional NTFS volumes
  • Click OK.
I will look into support for following folder shortcuts (as .lnk) when using folder indexing.
I will look into support for resolving shortcuts when they are pasted in the search box.

For now, you will need to search the physical location for these files.
Post Reply