Search for ranges
Learn how to search on a specific field for numeric and alphabetic ranges.
Fields to search on
Typical fields to do a range search on are:
-
Date made (date_made)
-
Object number (object_number)
-
Latest insurance valuation (latest_insurance_valuation)
How to search for a range
Enter two terms inside brackets, separated by the word TO in capital letters.
-
Inclusive range queries are denoted by square brackets: [ ]
-
Exclusive range queries are denoted by curly brackets: { }
Examples
date_made:[1945 TO 1950]
Searches for records with any date between 1945 and 1950, including both 1945 and 1950.
date_made:{1945 TO 1950}
Searches for records with any date between 1945 and 1950, but not with 1945 or 1950.