Parentheses are mismatched in search query. A left parentheses must have an accompanying right parentheses.
Perform the following:
- Correct the search syntax by performing one of the following:
- Close the expression by adding a right parenthesis to the right of the left parenthesis. For example, the expression "(a & b" should be changed to "(a & b)".
- Remove the left parenthesis. For example, the expression "(a & b" should be changed to "a & b".
- Perform the search again.