-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: API - Status
-
None
-
2
-
Severity 3 - Minor
Issue Summary
Attempting to search an incident name that contains a special character on its name results in no values.
Steps to Reproduce
- Set up a Get list of incidents endpoint
- Add the "q" parameter
- Add any value with an underscore. E.g., "URL/incidents?q=test_api."
Expected Results
Get incidents with the "test_api" name.
Actual Results
Searching for "test_api" as an example would show a result of a 200 status, with the following body outcome:
[]
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available.