contains doesn't understand links as it's second argument currently #370
Answered
by
M-bot
mdelobelle
asked this question in
Q&A
-
contains function doesn't seem to work with this.file.link in dataview, whereas it works well with = |
Beta Was this translation helpful? Give feedback.
Answered by
M-bot
Jul 29, 2021
Replies: 1 comment
-
When
|
Beta Was this translation helpful? Give feedback.
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
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.