Quick question to determine whether this is a bug or not.
I have a specific smart group that will populate based on one particular tag: hearing. The group changes all the time, so I want to be able to go into that group, highlight all the docs, and remove the hearing tag. However, this doesn’t work unless every single document in the group has the exact same tags as every other document in the group.
Simple Example: TagA, TagB, Hearing. Two different documents have all those tags. If I highlight those two documents in the list view, all three tags show in the inspector and tag bar. But add TagC to one of the documents, tag bar and inspector are now blank. This is not what I would expect.
If I highlight multiple documents anywhere in DT, shouldn’t the inspector or tag bar reveal every tag those files hold in common, regardless of what tags they don’t have in common? If this is not expected behavior, can it be implemented? Thanks.
This is the correct behavior: common tags are not (and have never been) shown unless all the tags are common on the selected documents. And the AI > Tags inspector only handles one selected item at a time. Development would have to assess a change in this behavior.
That being said, you don’t need to use the Tags bar or Info inspector to remove the tags. You can use a simple batch process configuration with any selection, not just in the smart group…
In all these years I’ve never had occasion to do such a thing, so I assumed what the default behavior would be. Thanks for the batch process tip; will give it a go.
The batch process suggestion was my first thought too. But your post inspired me to write this script as a little exercise, so I might as well share. It presents a dialog listing all tags applied to selected items (not just those in common):