cloudinary_npm
cloudinary_npm copied to clipboard
search for untagged photos
Feature request for Cloudinary_NPM SDK …(If your feature is for other SDKs, please request them there)
Explain your use case
I want to find all photos that don't have any tags
Describe the problem you’re trying to solve
The only way now is to search all photos and filter those without tags, which is time consuming
Do you have a proposed solution?
cloudinary.search.expression('tags=[]')
Other
Or maybe it's possible but I had difficulties with finding the example in docs...
Currently, the only way to get the assets without tags is to iterate on all the resources and get the one that tags are empty. I opened a request on your behalf to our product team to support this feature but no ETA yet.