Quicksearch size selector comparisons
Posted: 29 Jul 2025 08:03
This issue seems to affect both bitnesses, and AFAICT has been around for years. I am getting some confusing returns when using the quicksearch size: selector with comparisons.
I wrote up a quick repro, as an example when I run the repro, < has no return, and <= AND >= both contain the colored folder .ico's you supply (among other bogus results).
Actually after I made up the repro, I've now discovered the issue is maybe only the "1MB" unit, eg. if use KB results seem to be as expected.
I wrote up a quick repro, as an example when I run the repro, < has no return, and <= AND >= both contain the colored folder .ico's you supply (among other bogus results).
Code: Select all
$r=; foreach($c, '<|<=|>|>=') { $r .= "#### $c<crlf>". quicksearch("size: $c 1MB /fn", <xypath>,, n) .<crlf 2>; } text $r;
Actually after I made up the repro, I've now discovered the issue is maybe only the "1MB" unit, eg. if use KB results seem to be as expected.