920 B
920 B
tags:: #STAR
- #References
- #STAR
- #+BEGIN_QUERY {:title "All pages have a STAR tag" :query [:find ?name :in $ ?tag :where [?t :block/name ?tag] [?p :block/tags ?t] [?p :block/name ?name]] :inputs ["STAR"] } #+END_QUERY
- #+BEGIN_QUERY {:title "All pages starting with the string PAPERS" :query [:find (pull ?p [*]) :where [?p :block/name "PAPERS/msr11-dataset"]]} #+END_QUERY
- #+BEGIN_QUERY {:title [:h2 "STAR list"] :query [:find (pull ?b [*]) :where (property ?b :tags "STAR")]} #+END_QUERY
- (starts-with ?page-name "PAPERS/")]