splatch
(Łukasz Dywicki)
June 6, 2023, 2:36pm
5
4.0 ships some updates to item persistence configuration, if you are on earlier versions then you are probably victim of situation I was writing about back in August 2021:
From what I recall from my most recent trip into persistence service configuration, the underlying model has a notion of “filter”. I suppose these are rather for excludes since items or groups are specified to be included. Since handling of filters/excludes is currently missing in persist files and persistence manager I did my own experiments.
Based on that I coded my own persistence configuration mechanism which allows to manage exclusion filters:
I still do verify actual behavior to be sure…