Skip to content

Commit

Permalink
indexsupply.com/shovel/docs: describe multiple filters
Browse files Browse the repository at this point in the history
Fixes #239
  • Loading branch information
ryandotsmith committed Feb 27, 2024
1 parent 9fb02d4 commit 57755b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions indexsupply.com/shovel/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,10 @@ Using `filter_ref` creates a dependency between the integration being filtered a
A common BTREE index is automatically created for the reference table's column. This ensures that filter checks can happen as quickly as possible. The index is named `shovel_%s` where `%s` is the name of the referenced column.
### Multiple Filters
An integration can have multiple filters. Evaluation order is unspecified. An event, or transaction, is saved if one of the filters evaluates to `true`. In other words, the filters are evaluated and the results are combined using an `OR` operation.
### Filter Examples
<details>
Expand Down

0 comments on commit 57755b4

Please sign in to comment.