Quantcast
Channel: Developer to developer
Viewing all articles
Browse latest Browse all 9076

ContentProvider - deleting content

$
0
0

Hi All,

We are in the process of taking over an EPi project. Having had a look at the site I noticed that during reindexing the tblIndexRequestLog has over 10m entries that in my opinion should not be there. The other agency developed a custom ContentProvider that provides content for the custom UI component. The data source for the provider is an external feed and the ContentFactory is being used to create IContent instances. As far as I can see this data is not persisted to the database.

What would be the best way to remove all this crap? I tried using ContentRepository but it delegates the Delete call to the custom content provider that does not have this method implemented. It is also worth mentioning that the content in question inherits from MediaData.

I hope this is enough information to start the discussion!

Thanks,

M


Viewing all articles
Browse latest Browse all 9076

Trending Articles