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
How to exclude certain filetypes from the search window?
-
opal_1
- Posts: 9
- Joined: Fri Jun 25, 2021 10:31 am
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: How to exclude certain filetypes from the search window?
Please try the NOT operator: !
To find files NOT containing .jpg search for:
!.jpg
To find files NOT containing .jpg search for:
!.jpg