Bug: Filter - File Size
Posted: Sat Oct 06, 2012 3:01 pm
Bug: Filter - File Size
Or at least an unexpected inconsistency.
Select both a Min & Max
> 9000 & 36000
Run a scan
Now go back & change the values, but this time do not set a maximum value
Do this by blanking out the 36000
> 9000 & _blank_
Run a scan
Result: the scan proceeds but has retained the Max of 36000
Select both a Min & Max
> 9000 & 36000
Run a scan
Now go back & change the values, but this time do not set a maximum value
Do this by setting Max to 0
> 9000 & 0
Run a scan
Result: the scan proceeds, finding all dups > 9000
Or at least an unexpected inconsistency.
Select both a Min & Max
> 9000 & 36000
Run a scan
Now go back & change the values, but this time do not set a maximum value
Do this by blanking out the 36000
> 9000 & _blank_
Run a scan
Result: the scan proceeds but has retained the Max of 36000
Select both a Min & Max
> 9000 & 36000
Run a scan
Now go back & change the values, but this time do not set a maximum value
Do this by setting Max to 0
> 9000 & 0
Run a scan
Result: the scan proceeds, finding all dups > 9000