Home > @poq/sdk-sfcc > TermQueryOperatorEnum
Signature:
export declare enum TermQueryOperatorEnum
| Member | Value | Description |
|---|---|---|
| Greater | "greater" |
|
| Is | "is" |
|
| IsNotNull | "is_not_null" |
|
| IsNull | "is_null" |
|
| Less | "less" |
|
| Neq | "neq" |
|
| NotIn | "not_in" |
|
| OneOf | "one_of" |