How could I query inline fields that is a link in dataview? #1691
-
Hi all, I had some notes with inlines like author:: [[author1]]. in another note i put: where auther = "[[author1]]" in dataview block which I would like to filter out the author1, but these does not give any results. how could I make that work? thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey. Wikilinks are not recognized as strings so you can't compare that way. Try without double quotes and also correct your spelling. |
Beta Was this translation helpful? Give feedback.
-
thanks AB1908, without the double quotes, it works! |
Beta Was this translation helpful? Give feedback.
Hey. Wikilinks are not recognized as strings so you can't compare that way. Try without double quotes and also correct your spelling.