Like date, almost any standard document field that is composed of a number can be searched as a range.
To find attachments, or children, use the childcount( _ to _ ) search syntax.
Here are other search fields that may be helpful as well:
Search type |
Example |
Finds documents with… |
ID range |
id(100 to 999) |
DISCO ID between 100 and 999 |
Bates range |
batesnumber(EnronEmail 000100 to EnronEmail000999) |
Bates number from EnronEmail000100 to EnronEmail000999 |
Parent count range |
parentcount(1 to 3) |
between 1 and 3 parents |
Child count range |
childcount(4 to 6) |
between 4 and 6 children |
Page count range |
pagecount(5 to 15) |
imaged page count from 5 to 15 |
Near duplicate count |
similarcount(5 to 10) |
will show documents with 5 to 10 near duplicates |