In reviewing the upcoming API changes around tags, I don’t think this will affect us, but I wanted to make sure: Will we still be able to include and exclude tags in our queries?
Our use case is that we have a tag "testing" that we apply to documents we don't wish to be publish. Thus, in our search we exclude documents that have the testing tag with Prismic.Predicates.not('document.tags', ['testing']),
. Will we still be able to do this?