Major2
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
- ```
|
||||
title: block tag combinations using and and or
|
||||
- blocks
|
||||
- *
|
||||
- pagelinks
|
||||
- PAPERS/FAIRNESS
|
||||
- blocktags
|
||||
- question
|
||||
```
|
||||
- #+BEGIN_QUERY
|
||||
{
|
||||
:title [:b "block tag combinations using and and or"]
|
||||
:query [:find (pull ?block [*])
|
||||
:where
|
||||
[?block :block/path-refs [:block/name "papers/fairness"]]
|
||||
]
|
||||
}
|
||||
#+END_QUERY
|
||||
- [[question]] prova
|
||||
- [?blocktwo :block/content ?blockcontent]
|
||||
[?blocktwo :block/page ?page]
|
||||
[?page :block/name ?pagename]
|
||||
- (page-ref ?page ?block)
|
||||
- (page-ref ?block "question")
|
||||
Reference in New Issue
Block a user