Hello EE community,
I’m accessing a rss feed from another website, and I’m wondering if it would be possible to filter the results so that I can display posts that are more specific to my website.
So for instance, if the word “lollipops”, was found somewhere in the text, it would grab the next post that doesn’t match that keyword.
Right now I am using AJW Feed Parser, but I’d use any of the options available to EE to be able to do this.
{exp:ajw_feedparser url="http://www.domain.com/feed" cache_refresh="10" limit="3"}
<a href="http://{link}">{pubDate format="%F %j%S, %Y"} - {title}</a>
{/exp:ajw_feedparser}It would be great if there was a way to add:
search:body="not lollipops|gummybears"to the main tag or something like that, but perhaps someone here can suggest a good way to filter RSS results ...
Thanks!