algorandfoundation / algokit-subscriber-ts

Simple, but flexible / configurable Algorand transaction subscription / indexing mechanism
MIT License
12 stars 6 forks source link

Partial OR logic for filters #33

Closed robdmoore closed 6 months ago

robdmoore commented 6 months ago

It would be useful to allow OR logic for:

In the same way that you can add this for app on-complete and methodSignatures.

Thought would need to be given for how to process indexer catchup (simplest option: these get excluded or expanded depending on how many items are being filtered maybe?).