I am trying to build a site where users get notified if content meeting specific criteria per user are met. The content type will have many cck fields. Each user would have individual critera (e.g. user 47 would want cck1 is greater than 10, cck2 is brown, cck3 is between 10-14; user 48 would cant cck1 less than 10, cck2 is green, cck3 is 10-30; etc).
Any thoughts on how to set up a system to notify users if content is added meeting their specific criteria?