type:whatever not working

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
farzher
Posts: 4
Joined: Thu Jun 02, 2016 7:49 pm

type:whatever not working

Post by farzher »

I'm trying to show only executable files. type:Executable always puts the results to 0

Image

Image


None of the types work, including type:picture. Looks like type: does the same thing as ext:, but how do I filter by type? (I'm using the CLI so I can't use the UI to filter)
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: type:whatever not working

Post by therube »

You want to use, ext:

Code: Select all

skype   ext:exe

Type is something different.
(I didn't realize that at first either. How does the "type:" function work?)


Or maybe even this would suffice for your needs:

Code: Select all

skype   .exe
void
Developer
Posts: 16670
Joined: Fri Oct 16, 2009 11:31 pm

Re: type:whatever not working

Post by void »

Type matches the type-name of the file.

To show the type-name, right click the result list column header and click Type.
farzher
Posts: 4
Joined: Thu Jun 02, 2016 7:49 pm

Re: type:whatever not working

Post by farzher »

Weird. What if I want type:picture

In the UI, there's this, but idk how to do that from the CLI
Image

I don't want to type out so many file extensions just to list all pictures
farzher
Posts: 4
Joined: Thu Jun 02, 2016 7:49 pm

Re: type:whatever not working

Post by farzher »

void wrote:Type matches the type-name of the file.

To show the type-name, right click the result list column header and click Type.
Ah, makes sense, thanks, that's not very useful for trying to list only images /:
void
Developer
Posts: 16670
Joined: Fri Oct 16, 2009 11:31 pm

Re: type:whatever not working

Post by void »

Please try searching for:
pic:

Check out the macro for the picture filter:
  • In Everything, from the Search menu, click Organize filters...
  • Select the Pictures filter.
  • Click Edit.
  • Take note of the macro, it should be set to pic
When you type pic: into the search it will replace pic: with the filters search, which is the long ext:... search you see.
farzher
Posts: 4
Joined: Thu Jun 02, 2016 7:49 pm

Re: type:whatever not working

Post by farzher »

That works in the app, but it seems like macros don't work for the CLI /:

Image

(I have my own wrapper application around everything, which is why I'm using the CLI)
Post Reply