Querying by tag

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?

Hello @luke.seemann,

I'm Baptiste from the software development team. I can confirm that you'll still be able to use tags within your queries and hence to exclude documents that have your "testing" tag.

Don't hesitate if you have other questions or need any help.

Yours,
Baptiste