Skip to content
Discussion options

You must be logged in to vote

When contains is given a string as its first argument the second argument is interpreted as a string. A link's string representation is not the same as what is written in markdown. You should be able to achieve what you want by manually creating the string which matches the markdown internal link.

```dataview
table Status
where contains(Status, "[["+this.file.name+"]]")
```

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by M-bot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #148 on July 29, 2021 13:55.