I've implemented a content type which sets an automatic expiry date of +2weeks. Now that some of the content is reaching its expiry I have seen the rule action get triggered and the content items become unpublished. All this is fine. However, I have also built a view which filters on content that is not expired. However, the expired items remain displayed in the view. I delved a little deeper to look at the node_expire table and its records. In this table there is a field named expired, which takes a value of 0 or 1 ie FALSE or TRUE respectively. All records had an expired value of 0 (FALSE), even the records which referred to nodes that had expired. This is clearly an error.

So, should I report it? I've rebuilt the view to filter on published content only, but I'd rather use the expired filter.

anyone else built views with the expired filter set and seen this behaviour?

tonii