Things I have tried
ran the query:
line:(tag: #tag1 tag: #tag2)
and received: operator ‘tag’ cannot be nested within ‘line’
What I’m trying to do
Search for tags occurrencess by a line-by-line basis, while employing the tag operator’s caching capabilities (as opposed to searching in plain text).
Thanks!