Size Search Syntax
Advanced search syntax can be used to search for documents with a particular image, text, thumbnail, or location data size. You can search based on whether you want to find a document where one or more individual image pages, text pages, thumbnails or location data items are a particular size, or to find a document with a specific total image, text, thumbnail or location data size. When searching for a size, in most cases you will use an advanced search operator and/or wildcards.
| Entry component | Syntax |
|---|---|
| Individual Image Page | {LF:ImageSize = Value} |
| Individual Text Page | {LF:TextSize = Value} |
| Individual Thumbnail | {LF:ThumbSize = Value} |
| Individual Location Data | {LF:LocDataSize = Value} |
| Total Image Pages | {LF:TotalImageSize = Value} |
| Total Text Pages | {LF:TotalTextSize = Value} |
| Total Thumbnails | {LF:TotalThumbSize = Value} |
| Total Location Data | {LF:TotalLocDataSize = Value} |
Value must be an integer that represents the target size in bytes.
To search for all documents with at least one image page greater than 5MB (which equals 5242880 bytes).
- {LF:ImageSize > 10485760}
To search for all documents with at least one text page smaller than 5KB (which equals 5120 bytes).
- {LF:TextSize < 5120}
To search for all documents with the sum of the sizes of all its image pages smaller than or equal to 70KB (which equals 71680 bytes).
- {LF:TotalImageSize <= 71680}