You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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...
The text was updated successfully, but these errors were encountered: