You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #3399 we removed deduplication of content nodes from import from other channel search due to #1055 a long standing bug on studio where in two contentnodes with different content can have the same content_id.
We need to re-think our approach on how we treat equality of two contentnodes. Once that's done, we can implement deduplication.
The text was updated successfully, but these errors were encountered:
vkWeb
changed the title
Add content deduplication to import from other channel search
Add contentnode deduplication to import from other channel search
Oct 8, 2022
Yes sir, it won't intersect with the recommendation system but since we'll be focusing on search & recommendations so thought to put this in that milestone.
In #3399 we removed deduplication of content nodes from
import from other channel search
due to #1055 a long standing bug on studio where in two contentnodes with different content can have the samecontent_id
.We need to re-think our approach on how we treat equality of two contentnodes. Once that's done, we can implement deduplication.
The text was updated successfully, but these errors were encountered: