We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is looking for query rather than scratch https://github.com/RoamJS/query-builder/blob/main/src/utils/registerDiscourseDatalogTranslators.ts#L127
query
scratch
changing it to scratch returns the proper conditions/returnNode but results in
conditions
returnNode
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is looking for
query
rather thanscratch
https://github.com/RoamJS/query-builder/blob/main/src/utils/registerDiscourseDatalogTranslators.ts#L127
changing it to
scratch
returns the properconditions
/returnNode
but results inI'm not sure what the query should be exactly, requires more digging.
The text was updated successfully, but these errors were encountered: