I'm working on a java codebase. If I run ``` cqsearch -s myproject.db -t '*Mapping(' -f -u ``` this returns nothing. If I run ``` cqsearch -s myproject.db -t '*Mapping' -f -u ``` it works. How do I look for special characters? Thanks!