omit sizes by right clicking the size heading

Discussion related to "Everything" 1.5 Alpha.
Post Reply
anmac1789
Posts: 669
Joined: Mon Aug 24, 2020 1:16 pm

omit sizes by right clicking the size heading

Post by anmac1789 »

hello there everyone, it's me again. How do I omit a particular size by using right clicking on the size heading?
void
Developer
Posts: 16680
Joined: Fri Oct 16, 2009 11:31 pm

Re: omit sizes by right clicking the size heading

Post by void »

There's no option to omit a particular size from the size heading.

To exclude a certain size from your search results, include the following in your search:

!size:<size>


! = NOT
Size syntax



For example, to exclude files with a size of 1234567 bytes:

!size:1234567




To exclude files with a size of 2MB:

!size:2mb




To exclude files with a size range of 5MB to 10MB:

!size:5mb..10mb




To find only files larger than 100MB:

size:>100mb
anmac1789
Posts: 669
Joined: Mon Aug 24, 2020 1:16 pm

Re: omit sizes by right clicking the size heading

Post by anmac1789 »

thank you void
Post Reply