Unique Article Identifiers - Backend Only #72
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, there is a field to allow users to choose between identifying any unique article by it's GUID, ID, Title, URL or Content Hash. This field is chosen against a subscription, and it then checked against for each item of that subscription.
The proposed change, is to remove this control from the user's hands, and instead just perform the check against each one of these attributes every time against every article.
This would remove confusion, while maintaining uniqueness of articles.