Situation
Converting a moderated (modr8) web site from aggregator to feedAPI. Website has no more mean to select node for inclusion overwise that moderation. Putting feedAPI items in modr8 queue makes to many nodes in modr8 queue and difficult to priorize moderation of nodes published on the site itself. One idea is that views could be used to to make differents moderation blocs or page for internal and external content. FeedAPI items are of the same type as some local nodes. it is then apparently not possible to filter feedAPI from home nodes using views.
Idea
It would be very convenient to have a views filter 'Node: feedAPI item' to distinguish feedAPI items from regular nodes, like 'Node: Case Tracker case' does for case tracker. It would return a boolean.
Comments
Comment #1
alex_b commented"it is then apparently not possible to filter feedAPI from home nodes using views."
You can do that by using the relationship between a feed item and a feed.
1) Add a relationship and pick "FeedAPI Item: Parent feed"
2) Add a filter - e. g. a node id filter or a node type filter - and use the relationship that you've just created on it. With the node id filter you can show only feed items that belong to a feed with a specific node id, with the node type filter you can show only feed items that belong to a feed of a specific node type.