Min/Max Operators

The min and max operators allow you to specify the minimum and maximum values, respectively, that a field must have in order to match. The min and max operators apply only to numeric fields.

For example: To search for all organizations with maximum market capitalization of 1 million USD:

type:Organization max:capitalization.value:1000000