Range Searches
Description
Range searches provide the ability to search between between date or alphanumeric values inclusively as well as exclusively.
Syntax
Range searches must follow the forms of [WORD TO WORD] or [DATE TO DATE]. The use of brackets ([ and ]) will return inclusive results, however, braces ({ and }) will return results between the two given values but not results containing the search values. All dates must be in correct chronological order and be in the form of YYYYMMDD. The TO operator must be capitalized.
Examples
[Bear TO Cheetah] [19980101 TO 20021231] {Bear TO Cheetah} {19980101 TO 20021231}