Query combining tags and page tags

I have pages with the page tag [[Remote sensing]] and blocks with the inline tag ‘Remote sensing’ (which may or may not be on a page with the before-mentioned page-tag. I am trying to get all blocks that are on a page with page tag [[Remote sensing]] or with inline tag [[Remote sensing]] (or both). I thought the following should work, but gives me an error.

{{query (or (page-tags [[Remote sensing]]) [[Remote sensing]]) }}

Any idea what I am overlooking?

I think the easiest query would be

{{query [[Remote sensing]]}}

it will pick up all double-bracketed links as well as the inline links.