fix: extends tags query and support eid|title|db-ident

Previously `tags` doesn't return blocks that have children tag(s).

Also, `tags` support both db/ident and block/title to make it easy
to use:
(tags ?b #{144})
(tags ?b #{"Task"})
(tags ?b #{:logseq.class/Task})
This commit is contained in:
Tienson Qin
2025-12-24 14:37:57 +08:00
parent be26d42783
commit 1ae9e2c496
19 changed files with 98 additions and 35 deletions

View File

@@ -5,7 +5,7 @@
:sha "5d672bf84ed944414b9f61eeb83808ead7be9127"}
datascript/datascript {:git/url "https://github.com/logseq/datascript" ;; fork
:sha "36fd248dcdb2b2d427ed342c53a3ddb9cb540b33"}
:sha "ff5a7d5326e2546f40146e4a489343f557519bc3"}
;; datascript/datascript {:local/root "../../datascript"}
datascript-transit/datascript-transit {:mvn/version "0.3.0"}