I need to use feeds with a keyword filter, similar to several modules that do this with feedapi.

I'm working on a site that will only need to retrieve data from feeds that relates very specifically to the site.

I don't want to do this in views. I prefer to filter on the incoming data so that mysql doesn't get packed with alot of data I don't need.

Comments

alex_b’s picture

Status: Active » Fixed

Should be very easy to do with a little bit of custom code that extends FeedsNodeProcessor and skips all items that you don't want to save.

Check out http://drupal.org/node/622700 to learn how to register your own plugin and how to extend an existing plugin with it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

kiev1.org’s picture

Title: Need to Keyword filter feeds prior to loading them into database » Need port feedapi_itemfilter

Need port http://drupal.org/project/feedapi_itemfilter for Feeds
Please help