We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
another use case
"block": [ { "name": "chain_id", "column": "chain_id" }, { "name": "log_addr", "column": "log_addr", "filter_op": "contains", "filter_arg": ["deadbeef"]}, { "name": "block_time", "column": "block_time" } ],
since I already know the address I am filtering on, I don't need to store it in the DB
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: