Hi there,
this looks like it might solve a problem I have trying to search for and return blocks, but I can’t get the syntax to work. let’s say I have a paragraph such as this:
really exciting and interesting quote that is also too long to show up in it’s entirety in the search results. #interesting
I have a search query
line: (> #interesting)
which finds two entries in the search sidebar, one for the quote marker ‘>’ and one for the tag. What I would like is to display the entire quote, and only if it has the quote marker AND a particular tag (or combination of tags).
What would be even better is if I could nest the tags (and keywords etc) underneath the quote, so that I can display/transclude the quote only without the tags.
But first things first, how do I get to see the quote in the search result instead of just the tag? I’ve tried:
line: (> #interesting)
$match
but that didn’t work…where am I going wrong?