I haven’t tested this yet but WhiteNoise mentioned
file.hasTag()is the solution regarding supporting nested tags in bases.
You’ll be able to search for parent tag in frontmatter-only tags with
tags.filter(value.startsWith('parent'))
I haven’t tested this yet but WhiteNoise mentioned
file.hasTag()is the solution regarding supporting nested tags in bases.
You’ll be able to search for parent tag in frontmatter-only tags with
tags.filter(value.startsWith('parent'))