| Name | Type | Description | Notes |
|---|---|---|---|
| field | String | Field to filter on. See the endpoint's list of filterable fields. | |
| op | OpEnum | Comparison operator. | |
| value | DataForSeoFilterValue |
| Name | Value |
|---|---|
| EQUAL | "=" |
| NOT_EQUAL | "<>" |
| LESS_THAN | "<" |
| LESS_THAN_OR_EQUAL_TO | "<=" |
| GREATER_THAN | ">" |
| GREATER_THAN_OR_EQUAL_TO | ">=" |
| IN | "in" |
| NOT_IN | "not_in" |
| LIKE | "like" |
| NOT_LIKE | "not_like" |
| ILIKE | "ilike" |
| NOT_ILIKE | "not_ilike" |
| MATCH | "match" |
| NOT_MATCH | "not_match" |