What I’m trying to do
I have two series of events (and time rages in one of them). I store each one in one file and tag it with the series (Event/A and Event/B)
I want to see both things in the same timeline.
Is there a way to make an OR filter? I see only the notion of “tagA;TagB” which appears to be the AND clause, which does not help me at all.
Things I have tried
list multiple tags on separate lines
```timeline
Event/A
Event/B
```