The following input's filter will not be applied because it has no column specific
"inputs": [{
"indexed": false,
"name": "foo",
"type": "bytes32",
"filter_op": "contains",
"filter_arg": ["deadbeef"]
}
This is not ideal. I'd like to filter on a field regardless of whether I'm saving it to the db.
The following input's filter will not be applied because it has no column specific
This is not ideal. I'd like to filter on a field regardless of whether I'm saving it to the db.