Can Rules tell their custom filters what database changes should be monitored via callman?
Obviously, Custom Filters should emit a signal to refresh when the Records in their category are changed (add, delete, change) or when the Database is loaded/unloaded. So, if the People view is active with a People custom filter, then adding a person (or deleting one) should re-run the custom filter. Right?
But what about rules that are based on an Attribute or a records from another Category? Does it tell the Custom Filter to watch for Attribute changes or changes in those records in the other category?
Or does it just emit a signal to refresh when there is any change whatsoever?