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

4 Likes

Edit, possible answer: More function in advanced query runtime

I too am interested in knowing this.
Im trying to use the fuzzy-search function in frondend/search in a query.

Ive tried fuzzy-search and frontend.search.fuzzy-search
but i keep getting “unkown predicate”.