How to QuickSearch size and exclude specific type of extension

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
taufan
Posts: 32
Joined: 22 Mar 2020 02:33

How to QuickSearch size and exclude specific type of extension

Post by taufan »

Hi,
I try to QuickSearch file more than 1 MB AND NOT gif extension, but this query below didn't work.

Code: Select all

size: >=1mb AND NOT *.gif
Any tips?

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: How to QuickSearch size and exclude specific type of extension

Post by highend »

size: >=1mb AND NOT name:*.gif
One of my scripts helped you out? Please donate via Paypal

taufan
Posts: 32
Joined: 22 Mar 2020 02:33

Re: How to QuickSearch size and exclude specific type of extension

Post by taufan »

You saved my life.
Thank you very much.
🙏

Post Reply