Hi!
I use #q to tag lines with quotes. I want to search for quotes from a specific author, using my author property in YAML. So, this search:
(line:#q) ["author":"firstname lastname"]
This gives me the correct quotes, but the search results also includes the property line for every matched file as well.
Is it possible to construct a query that searches for #q, but limited to files with a specific author?