HomeDocsAPI Reference
Kumo.ai
Docs

OR

<expression_A> OR <expression_B>

Description

Allows joining multiple filter expressions with a DISJUNCTION operator. Each <expression> must itself be a filter operation.

This operator is supported for all filter fields and targets.

Example

LAST(LOAN.STATUS, 0, 30) CONTAINS 'SUCCESS' OR LAST(LOAN.AMOUNT, 0, 30) > 30