Switch to unified view

a b/inst/queries/probemapList.xq
1
;probemapList
2
(fn []
3
  (query {:select [:name :text]
4
          :from [:dataset]
5
          :where [:= :type "probeMap"]}))