To remove and destroy the old one. You don't want instances to leak.
Re: [REACT] Implementing multi-level filtering, on just the event store
Posted: Tue Aug 13, 2024 10:11 pm
by ccarleykxs
Final question about implementing this
When applying a filter to the eventStore, is it possible for the collection to treat the conditions as filter1 || filter2?
I.e, when filtering on the event store, on lets say the "fruits" variable, I want to apply two seperate filters, one for Apples and one for Bananas, and when both are enabled, events with the "fruits" variable Apples or Bananas should show.
Re: [REACT] Implementing multi-level filtering, on just the event store