Hello,
I would like to know how to make a query and reused an already "saved search(es)".
As an example, i had already defined 2 queries:
- query1: "known events"
- query2: "already_resolved_events"
I wish to identify any "new events" so to make a new like query3 = events not in (query1, query2)
and also another one like query4 = events in (query1, query 2).
How to make such queries?
PS: the idea here is NOT to duplicate events in all filter but to keep update only 1 list of event (either known or already_resolved)...
Thanks in advance for your help