Try our conversational search powered by Generative AI!

Support for deleting language branch of commerce content

Vote:
 

We are trying to clean up language branch versions of commerce content that aren't "valid" anymore - we have a lot of bloated data impacting DB sizes, EpiFind etc for languages that aren't supported on our site anymore so should be deleted. We've disabled the languages in "Manage Website Languages", but want to clean up the erroneous data that we don't need anymore.


I'm doing this through a scheduled job - maybe not the best implementation but just dummy code for a trial, and have (so far) the following code:

contentRepository.DeleteLanguageBranch(currentVariant.ContentLink, invalidLanguage.Name, AccessLevel.NoAccess);

I receive "The method or operation is not implemented" - it looks like DeleteLanguageBranch can't run for commerce content links?

Can we have it be supported so we can trim the fat on a lot of bad data and make everything about our site leaner please :)?

Regards

Dean

#230996
Nov 17, 2020 9:15
Vote:
 

This was requested before but unfortunately it will not be done, at least not in near future. The premise of catalog content is that every child content (node/entry) will have the same language settings as the parent catalog. That behavior has been there from the beginning, and I don't think it will be revised any time soon. 

You can delete a language from the parent catalog if you no longer need it for your entire product catalog.

#231001
Nov 17, 2020 9:59
Vote:
 

@Quan -  thanks for responding!

Understand the implications for inheritance, thanks for clarifying.

RE: You can delete a language from the parent catalog if you no longer need it for your entire product catalog. - Do you mean unchecking from the top catalog:

Will this stop child catalog content (for example) being crawled by the find content indexing job - e.g. if I was to uncheck portugese, would portugese not be indexed into find from publish events & find job as it isn't "available" in said languages?

Thanks again!

#231003
Edited, Nov 17, 2020 10:20
Vote:
 

Yes, I can't see your screenshot, but it's basically uncheck the language when you edit the catalog.

The language version will not be deleted automatically, mind you, but they will not be visible (nor index, for that matter)

#231006
Nov 17, 2020 10:32
Vote:
 

Perfect thank you Quan, really appreciate it.

#231007
Nov 17, 2020 10:33
This thread is locked and should be used for reference only.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.