I’m looking for a way to find duplicates based on just the URL. Meaning items that have the same URL as another item in the database (but are not marked as a duplicate because e.g. their content differs).
I could ‘step’ through every item in the database and do a lookup for the URL, but is there a more efficient / easier way?