SearchFilter
Description
The SearchFilter object defines one or more fields and the corresponding values used to narrow down search results. It determines which records are returned based on the specified matching criteria.
Properties
Type | Name | Description |
|---|---|---|
string | FieldName | Name of the field being searched. |
string | ComparisonOperator | Operation to use when performing a comparison. See below for the different types of comparisons allowed. List of Comparisons
|
string | FieldValue | Value to search for. |
Updated 6 months ago
