Hi there,
I am using planning to use one Prismic repo to serve multiple domains. To achieve this I have tagged each document with the following tag domain:example.com
.
I am then using Collections to filter content for each site to make it easier for our Content Editors to find the appropriate content.
However I would like the ability to easily check for any documents that don’t have a domain
tag applied to them (which would mean they would not get built).
To spell it out clearly: I would like the ability to specify documents that are not tagged (the inverse of what is possible through the UI right now)
Thanks!