Bases: Files with a backlink from a note tagged with "x"

What I’m trying to do

I have notes tagged “abbreviation”. I want to show a table of notes where each note has at least one backlink from a note tagged as “abbreviation”. This will therefore show me all the notes which have abbreviations.

Things I have tried

I’ve searched here, I’ve tried various simple and advanced bases filters:
file.inlinks.where(f => f.tags.includes("abbreviation")).length > 0
file.inlinks.some(f => f.tags.includes("abbreviation"))

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