-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
Description
I got a feed with duplicate entries because the ids for all the entries changed; content dedupe didn't work for (most of?) them, likely because the content formatting/suffixes changed (todo: check).
I fixed it with .dedupe.once.title, checking beforehand that:
- old entries don't have duplicate titles
- most of the new entries have titles identical to the old ones (in this case, it was all except the newest one)
There's no reason the plugin can't do these checks in code.