How - using the module as such, with another module, or programmatically - is it possible to filter out (or in) feed items on basis on strings in their content?
How - using the module as such, with another module, or programmatically - is it possible to filter out (or in) feed items on basis on strings in their content?
Comments
Comment #1
ekes commentedYou can't at the moment, there is a related feature request #160692: Add feed item node conditionally (e. g. if matches keyword(s))
Don't know about anyone else, but I'm using yahoopipes for this for the moment. Love to have the time to look at doing it within Drupal, but it's not likely for me at the moment :-(
Comment #2
flexvixon commentedThere's a module being dev'd -- http://drupal.org/project/feedapi_itemfilter -- but it's not ready. For now I'm using views and Fast Search to accomplish the task.