Shortcut to search in file lists

Have a suggestion for "Everything"? Please post it here.
Post Reply
adamiks
Posts: 16
Joined: Sun Jun 02, 2013 8:37 pm

Shortcut to search in file lists

Post by adamiks »

In eveyrthing there is a shortcut to match path and others
it would be helpfull to quickly enable/disable search in file lists
void
Developer
Posts: 15675
Joined: Fri Oct 16, 2009 11:31 pm

Re: Shortcut to search in file lists

Post by void »

I have plans to implement the search modifier indextype:

In a future release you would be able to search for !indextype:filelist to quickly ignore file list results.

Currently, there is no easy way to do this.

The not so easy way to do this:
You could use !fsi:x where x is the zero based file system index of the file list index.
You could make a filter to search for !fsi:x

fsi:0 is the first index.
fsi:1 is the second index.
fsi:2 is the third index and so on..
NTFS indexes are first, following by folder indexes then finally file lists.
Post Reply