Skip to content

shovel: filter on fields that aren't indexed #215

@ryansmith3136

Description

@ryansmith3136

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions