`file.tags` property does not find tags in the content of the note - only in front matter?

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)

Same problem. Bases can not query out the inline property.

this.file.tags includes this note’s inline and front matter tags

this.tags is only the front matter tags

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.