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.
File Sizes - Setting Minimum Requires Maximum Too
Re: File Sizes - Setting Minimum Requires Maximum Too
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.
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.
- DigitalVolcano
- Site Admin
- Posts: 1864
- Joined: Thu Jun 09, 2011 10:04 am
Re: File Sizes - Setting Minimum Requires Maximum Too
This seems to work for me - eg Min 3000 max 0.
Are you still having trouble? thanks!
Are you still having trouble? thanks!
Re: File Sizes - Setting Minimum Requires Maximum Too
OK, checked.I didn't specifically check to see if the has been resolved?
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
Re: File Sizes - Setting Minimum Requires Maximum Too
Well kind of.The initial problem I noted has been corrected.
"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