Sets the condition that the FilterByInput.field value of the shipment nodes are matched against.
Fields
| Name | Type | Description |
|---|---|---|
| boost | Float | (Depercated) Floating point number used to decrease or increase the relevance scores of a query. |
| format | String | (Depercated) Date format used to convert date values in the query. |
| gt | StringOrNumber | greater than: The condition is satisfied if FilterByInput.field value is greater than the value. |
| gte | StringOrNumber | greater than or equal: The condition is satisfied if FilterByInput.field value is greater than the value. |
| lt | StringOrNumber | lower than: The condition is satisfied if FilterByInput.field value is lower than the value. |
| lte | StringOrNumber | lower than or equal: The condition is satisfied if FilterByInput.field value is lower than the value. |
