What I’m trying to do
I am trying to list all files in a Bases table, which contain this.tags this file’s tags - both in front matter and content with this filter:
file.tags.containsAny(this.tags)
But I only get files with tags, which are listed in the front matter of this file.
The docs say content tags should also be returned, but they are not.
Bases syntax - Obsidian Help says:
file.tags List List of all tags in the file content and frontmatter
Things I have tried
Tried this filter:
file.tags.containsAny(this.tags)