Which Clojure functions can I use in Logseq Advanced Queries?

Hello, is there any reference on which Clojure functions I can use in advanced queries? If yes - documentation or source code - where can I find it?

[(clojure.string/starts-with? ?name "mynamespace/")] works for me, but not different examples with functions clojure.core/concat, clojure.core/conj or clojure.set/union. I found a source file representing frontend database model, but having difficulties interpreting it respectively if this is relevant at all. Cheers

3 Likes