Skip to content

Caveats and known limitations

Parenthesis in queries

Due to a limitation of how the syntax is parsed, to use ( or ) in a query you must wrap the argument with a double quote " so that the parser does not confuse it for a list boundary. For example, to search for the string (c):

clojure
(str "(c)")

Copyright © 2022-present Semantic Works, Inc.