I am currently working on a custom relay solution that extends tag matching ability so tags dont 100% match filters.
When a subscription is created it is assigned a match function
match func(*Event) bool // this will be either Filters.Match or Filters.MatchIgnoringTimestampConstraints
that evaluates if a filter matches the incoming event.
There should be the ability to set, or disable this matching constraint on incoming events.