DialogWeb Help:  Range and Numeric Searching

To indicate a range of sequential entries in a logical OR relationship, use a colon. For example, to retrieve records with publication years 1994 through 1995, enter s py=1994:1995.

The following relational operators are available for searching numeric ranges:

= equal to
< less than
<= less than or equal to
> greater than
>= greater than or equal to

For example, enter s sa>=100,000,000 to retrieve records with sales greater than or equal to $100,000,000.

Numeric values can also be represented using the following abbreviations:

K thousand Example: s em>=1k
M million Example: s ta=10m:500m
B billion Example: s sa=10b
T trillion Example: s ta=1t
% percent Example: s ps=4%