Using regexmatch for subtags #1157
-
As I begin to dig into Dataview, I am realizing how incredible it is. Thanks for this amazing plugin! Currently, I am designing a setup to tag notes with various information using a single nested tag, really leveraging the autocomplete for ease while adding these monster tags. A certain specific note might get the tag:
For context, here is a key:
Now, in order to table all notes with
Unfortunately, the table does not return any matches. But, with a little experimentation, I was able to get it to "work" by adapting the tag in the note to instead be:
After doing this, I could use the following query:
I am here searching for any clues as to how I might build the query so that I do not have to add this useless Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The 0 tag is not needed - I think your regex is just missing a "+" at the end:
|
Beta Was this translation helpful? Give feedback.
The 0 tag is not needed - I think your regex is just missing a "+" at the end:
#[^/]+/[^/]+/[^/]+/[^/]+/[^/]+/mom+/[^/]+/[^/]+