Advanced query for {{query (and [[-meeting]] <%current page%>)}}

Hi,
I need to find all the blocks with a tag and linked to current page, and I need it in advanced query
Can you help me please?

Welcome. You can simply wrap your simple query into an advanced query like this:

#+BEGIN_QUERY
{:query (and [[-meeting]] <%current page%>)}
#+END_QUERY

Thanks a lot!!
Any way to show only the block with the tag “-meeting” without any children block?

Check How to automatically hide sub-blocks in query results in Logseq

1 Like