-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
It is looking for query rather than scratch
https://github.com/RoamJS/query-builder/blob/main/src/utils/registerDiscourseDatalogTranslators.ts#L127
changing it to scratch returns the proper conditions/returnNode but results in
Error from Roam: Rule variables should be distinct
[:find
(pull ?node [:block/string :node/title :block/uid])
(pull ?node [:block/uid])
:where
[?node :node/title "edited data"]
[?node :block/children ?c]
(or-join [?node ?node]
(and
[?node :block/uid ?node-Uid]
[?node :block/uid ?node-Uid]
))
]
I'm not sure what the query should be exactly, requires more digging.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
No status
