When I create content with 2 variant cultures, If I don't publish all cultures the "External Index" will not index that content to search.
So, do we have any way to allow "External Index" to index the content when at least one variant culture is published? Or do we have any way to remove the created variant of the content?
Remove created variant of the content
Hi all,
When I create content with 2 variant cultures, If I don't publish all cultures the "External Index" will not index that content to search. So, do we have any way to allow "External Index" to index the content when at least one variant culture is published? Or do we have any way to remove the created variant of the content?
Thank you for your help, Hung
Finally, I found this solution to remove the culture variant
Add a new menu item to CMS to support CMS users by handling INotificationHandle of MenuRenderingNotification
And then create a new controller based on UmbracoApiController, and use ContentService to remove culture info
is working on a reply...