Quote:
Originally Posted by chaley
Note that 'size' is the sum of all the formats, not the size of the format searched for.
And yes, size isn't a valid search term. I could fix that, I suppose ...
|
Size has been added as a search term, along with multiplier suffixes K, M, and G. The multipliers have their normal computer meaning, 1024, 1024**2, and 1024**3.
Examples: size:>1.1M will find books with a format larger than 1.1 *1024*1024. size:<=1k finds those equal to smaller than 1 * 1024. The multipliers can be lower case.
If you want to avoid the use of 1024, type the numbers out. For example, size:<1000000 will find sizes smaller than 1 million.