Many document fields composed of numbers can be searched as a range. To find documents with attachments, use childcount():
childcount(1 to 100)
Other numeric range searches
| Search | Example | Finds |
| ID range | id(100 to 999) | Documents with DISCO ID between 100 and 999 |
| Bates range | batesnumber(EnronEmail000100 to EnronEmail000999) | Documents in that Bates range |
| Parent count | parentcount(1 to 3) | Documents with 1 to 3 parents |
| Child count | childcount(4 to 6) | Documents with 4 to 6 attachments |
| Page count | pagecount(5 to 15) | Documents with 5 to 15 imaged pages |
| Near duplicate count | similarcount(5 to 10) | Documents with 5 to 10 near duplicates |