SearchFilterGenerator Class

This section provides an overview of the SearchFilterGenerator class and discusses SearchFilterGenerator class methods.

The SearchFilterGenerator class is used to create composite search filters from different data types and operators. The SearchFilterGenerator class provides the flexibility to create a composite search filter by associating different filters using connectors such as & and |.

Note: The & is the default connector; therefore, for composite filters, MatchAll is implied and does not have to be explicitly specified.