How to exclude certain filetypes from the search window?

General discussion related to "Everything".
Post Reply
opal_1
Posts: 6
Joined: Fri Jun 25, 2021 10:31 am

How to exclude certain filetypes from the search window?

Post by opal_1 »

Let's say I'm searching inside a folder and I want to quickly exclude .jpg files from search result.
How do I do it quickly from the search window?

For example when I type .jpg at the end of the search it shows only jpg files. Is there any way to do that but in reverse?

Thanks
void
Developer
Posts: 15431
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to exclude certain filetypes from the search window?

Post by void »

Please try the NOT operator: !

To find files NOT containing .jpg search for:

!.jpg
Post Reply