yapstudios / YapDatabase

YapDB is a collection/key/value store with a plugin architecture. It's built atop sqlite, for Swift & objective-c developers.
Other
3.35k stars 365 forks source link

Q: FilteringView rerun after Relationship modification? #539

Open mickeyl opened 3 years ago

mickeyl commented 3 years ago

I have a filtering view that queries for relationship edges in its filtering block. Is there any mechanism that would trigger a rerun of the filtering block when an edge affecting a certain element in one of the whitelisted collections is (manually) added or removed — or do I need to bump the version tag of all filter views after a (manual) edge operation?