Appearance
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):
(
)
"
(c)
(str "(c)")