Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2010 at 07:57 UTC
Updated:
31 Dec 2010 at 15:00 UTC
I use Feeds, and Feed Tamper to pull in feeds with relevance for my site.
There are 8 Feed sources (importers), and therefor i get a lot of duplicate feed items.
I use views to show the feed items, but i cant find a way, to filter out the duplicate on the frontpage, not delete them, just remove them from the frontpage, so there only will be on instance of the feed item.
I searched for this, but couldnt find anything, hope somone here can help me out.
Comments
Comment #1
dawehnerI guess the best way to fix it, is to filter out the duplicates when you import them into the database.
Comment #2
kims commentedI need to show the feed-items under there respective feeds, but on the frontpage, i only need one instance of the duplicate feed-item
Comment #3
dawehnerThen you could assign tags per feed-item and only show feeds based on tags.
There is no way to fix it on the sql level, because there are double entries in the database.
Comment #4
kims commentedI have terms assigned per feed-item, so i will try that. Thanks.
Comment #5
dawehner.