Quick Query Help (Pulling Block with Page Link)

(page-ref ?b “focus”) <— (does this part change if it is a page link instead of a tag? I want to pull from [[FOCUS Toronto]] instead of #focus.)

#+BEGIN_QUERY
{:title [:h2 "💴 Debt tracking"]
 :query [:find (pull ?p [:block/original-name :block/name :block/properties :block/created-at :block/updated-at]) ?amount ?sign
         :where
         (page-ref ?b "focus") <--- (does this part change if it is a page link                       instead of a tag?  I want to pull from [[FOCUS Toronto]] instead of #focus.)
...

I don’t think Ivan give you the whole answer this might help.

As far as I understand those 2 references [[focus Toronto]] and #Focus wil be treated as completely separate because they’re different words.
So for example [[Hello]] is different from [[Hello World]]. So I think that might be your first problem.

Other than that I think that in most cases whether it’s a [[link like this]] or a #taglikethis logseq treats them as essentially the same. There might be a query or twot hat can differentiate but mostly they’re the same.