File Sizes - Setting Minimum Requires Maximum Too

The best solution for finding and removing duplicate files.
User avatar
therube

File Sizes - Setting Minimum Requires Maximum Too

Post by therube »

File Sizes - Setting Minimum Requires Maximum Too

If you set a minimum size, then you must also specifically enter a maximum size too. Otherwise no results will be returned (unless there were some 0 byte sized files?).

It should default to unrestricted if no (0 or blank) size is given.
User avatar
DV

Post by DV »

Thanks, will improve this behaviour.
User avatar
therube
Posts: 634
Joined: Tue Jun 28, 2011 4:38 pm

Re: File Sizes - Setting Minimum Requires Maximum Too

Post by therube »

I didn't specifically check to see if the has been resolved?


But I can tell you that this has not ;-):

If you set a maximum size, then you must also specifically enter a minimum size too.
Otherwise no results will be returned (unless there were some 0 byte sized files?).
("Blank" does not count. '0' works fine.)


3.15 Free.
User avatar
DigitalVolcano
Site Admin
Posts: 1864
Joined: Thu Jun 09, 2011 10:04 am

Re: File Sizes - Setting Minimum Requires Maximum Too

Post by DigitalVolcano »

This seems to work for me - eg Min 3000 max 0.
Are you still having trouble? thanks!
User avatar
therube
Posts: 634
Joined: Tue Jun 28, 2011 4:38 pm

Re: File Sizes - Setting Minimum Requires Maximum Too

Post by therube »

I didn't specifically check to see if the has been resolved?
OK, checked.
The initial problem I noted has been corrected.


But this problem does exist ... "If you set a maximum size, then you must also specifically enter a minimum size too. Otherwise no results will be returned."

Code: Select all

Min     0   Max 9,000 is OK
Min {blank} Max 9,000 returns no results
User avatar
therube
Posts: 634
Joined: Tue Jun 28, 2011 4:38 pm

Re: File Sizes - Setting Minimum Requires Maximum Too

Post by therube »

The initial problem I noted has been corrected.
Well kind of.
"0" is acceptable, but a "blank" still is not.
Think that a "blank" should be treated as "0" (especially since even though I "know", I just ran into this, again ;-)).

Code: Select all

Min   9000  Max     0   is OK
Min   9000  Max {blank} returns no results

Code: Select all

Min     0   Max 9,000 is OK
Min {blank} Max 9,000 returns no results
Post Reply