I'm having a Nuxt project where I use Prismic as CMS.
I need to get all tags from document type.
I tried with this query but I get all the tags from the API, including tags I dont need.
async fetch() { this.filters = await this.$prismic.api.tags }
In documentation they also provide example query to get documents by tags.
How can I write a query to receive the tags only who can be found in given document type.
question from:
https://stackoverflow.com/questions/66067968/get-all-tags-from-document-type 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…