Welcome.
- Some queries return blocks, some return pages.
- Macro
{{cards ...}}
looks for blocks. It doesn’t work with queries for pages. - I’m not aware of an easy way to achieve what you want.
- Inspired by Find all Cards linked to a Topic, here are the general steps of a non-easy way:
- make an advanced query that returns the names of the relevant pages inside double square brackets
- copy the result and further process it as needed
- use macro
{{cards (or ...) }}
- paste the processed result where the ellipsis-dots are