With the present views filter greater than / less than on parent feed you can filter if nodes are in a feed (just pick nid greater than 1), but you can't do it for something not being a feed item.

To do this I added a basic (NOT) NULL filter on the nid of the join.

CommentFileSizeAuthor
feedapi_node_views.20080423.patch2.17 KBekes

Comments

bwong’s picture

Very useful. I have not found any problems using it so far. It should definitely be added.

alex_b’s picture

Assigned: Unassigned » alex_b

Patch contains print_r - can be easily removed. Still running fine? If so, I will commit.