You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/code_insights/how-tos/Troubleshooting.mdx
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,3 +107,39 @@ Known issues:
107
107
- Note: this only completes the failing org jobs. You may then see the `user not found` error above, and will still need to mark the rest of the jobs as complete.
108
108
109
109
3. If the error messages are neither of those two things, this is not currently a known issue. Contact support and we can help!
110
+
111
+
## Clicking on Code Insight data points leads to invalid search queries
112
+
113
+
### Issue
114
+
When clicking on a data point in a Code Insight, users are redirected to the search results page with an invalid search query,
115
+
resulting in no results or an error message.
116
+
117
+
### Symptoms
118
+
- Clicking on a Code Insight data point leads to a search query with too many slashes
119
+
- The search query fails with an error message like: "Unable To Process Query Error parsing regexp: missing closing ): (/"
120
+
- No search results are displayed
121
+
122
+
### Workaround
123
+
124
+
Modify your Code Insight query to use the new syntax style. For example:
0 commit comments