Set Indexing Depth

General discussion related to "Everything".
Post Reply
crazybilly
Posts: 3
Joined: Wed Nov 20, 2024 2:22 pm

Set Indexing Depth

Post by crazybilly »

I know I can use parameters when I'm searching to set the folder depth.

But is there any way to do that when I'm indexing? There are folders where I'd like to see the files and folders that live at the top 2 levels, but am not the least bit interested in files that are nested deeply, say 5 folders deep.

Is there any way to specify that while I'm indexing, rather than while I'm searching?
void
Developer
Posts: 16733
Joined: Fri Oct 16, 2009 11:31 pm

Re: Set Indexing Depth

Post by void »

To exclude files/folders with a depth of 5 or more:
  • In Everything, from the Tools menu, click Options.
  • Click the Exclude tab on the left.
  • Click Add filter....
  • Change the filter to:
    *\*\*\*\*\*

    (where the number of \'s is the depth to exclude)
  • Click OK.
  • Set Exclude files to:
    *\*\*\*\*\*

    (where the number of \'s is the depth to exclude)
  • Click OK.
crazybilly
Posts: 3
Joined: Wed Nov 20, 2024 2:22 pm

Re: Set Indexing Depth

Post by crazybilly »

Ah, that makes a ton of sense! I suppose I can change those first asterisk or two to a specific folder of I just wanna restrict depth in a particular folder?
void
Developer
Posts: 16733
Joined: Fri Oct 16, 2009 11:31 pm

Re: Set Indexing Depth

Post by void »

Correct.

For example:

Code: Select all

C:\*\*\*\*\*
C:\Windows\*\*\*\*
C:\Windows\System32\*\*\*
crazybilly
Posts: 3
Joined: Wed Nov 20, 2024 2:22 pm

Re: Set Indexing Depth

Post by crazybilly »

This is super helpful - thanks so much!
Post Reply