Is it possible to search a Zotero database for an item with a specific DOI or url?
The reason I want to do this is I am updating a Zotero db with the API using results from an OpenAlex query, and I don't want to add duplicate items. Ideally I would check for the doi or the url (which is a unique identifier also) and update if it exists, or make a new one if it doesn't.
I tried this with pyzotero, but it doesn't seem to look in the doi or url fields. At the moment I use the title, but this isn't always unique.