Use journal page in advanced queries

I have two pieces of advanced queries:

  1. the first one works
{:title "💡 todolists"
 :query (and [[todolist]] (not <% current page %> )))
 :collapsed? true
 :breadcrumb-show? false
 } 
  1. the second one breaks!
{:title "💡 todolists"
 :query (and [[todolist]] (not [[Oct 8th, 2022]] ))
 :collapsed? true
 :breadcrumb-show? false
 } 

why is this? how can i use journal page like [[Oct 8th, 2022]] in advanced queries?
Thanks in advance!