First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.
Try to search for #ABC/ An astrick does not bringup the other files. eg., ABC/xzy
What I’m trying to do
I am trying to search for files with certain tags so that I can use Linter to give those tags a dataview tag.
Things I have tried
I am trying to use only the first part of the nested files to bring up all files with the same first word or before the slash. So, #ABC/ should bring up #ABC/xyz #ABC/qrs #ABC/vds
Instead
maybe I should look for all tags starting with #ABC/ and add tags:: #ABC. That will also be searchable in Dataview, I think. Those double colon tags can be anywhere in the text, I believe.