Jul 22nd, 2026
- •
test if this will be there. i think its a linking problem. cant link to a private page
- •
duplicate pages
Query source
- •
- •
{ :title "Duplicate Pages Only (DB 2.0 Filtered)" :query [ :find (pull ?p1 [*]) :where [?p1 :block/name ?name] [?p2 :block/name ?name] [(not= ?p1 ?p2)] ; Buang entitas yang cuma berupa Property/Class Schema DB 2.0 (not [?p1 :property/type]) (not [?p2 :property/type]) ; Buang entitas System Node / Ident (not [?p1 :db/ident]) (not [?p2 :db/ident]) ; Buang Child Blocks biasa (not [?p1 :block/page]) (not [?p2 :block/page]) ] }
- •