This table describes the formats you can use to search for a range of values.
| Format | Description |
|---|---|
| field:[start-value TO end-value] |
Matches files that contain values in the specified range, including the start-value and end-value. For example, this search term returns files where the author's name begins with A, B, C, or D: author:[A* TO D*] |
| field:{start-value TO end-value} |
Matches files that contain values in the specified range, excluding the start-value and end-value. For example, this search term returns files where the author's name begins with B or C: author:{A* TO D*} |