If you want to search for assets with multiple tags, there is no need to type tags:logo OR tags:”product shots” OR tags:image. This entire search can be written as
tags:(logo "product shots" image)
Remember, OR is implied between search terms, and you can override the same query by using AND
tags:(logo AND "product shots" AND image)
Was this article helpful?
YesNo