smartsearch query parser squiggles parenthesized parameters in web app
Created by: rvantonder
I don't have a link to reproduce this right now. But to address this, we should do one or both of:
- Use a stopgap solution and allow leading
(
to recognized parameters in the frontend query parser.ts - Use the parse tree data returned by the GQL API (TODO for @rvantonder to expose)