-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Title: Validation for Special Characters in Search Bar Input
Description:
The search bar currently does not validate special characters on the frontend. While the backend correctly validates and rejects input containing invalid characters (e.g., %, *, (, ), -, [, ], {, }, ;, :, ", |, ~), this causes unnecessary server requests
Steps to Reproduce:
- Navigate to the code graph home page
- Select a graph
- Enter any of the following special characters: %, *, (, ), -, [, ], {, }, ;, :, ", |, ~.
- Observe:
The invalid input is sent to the server.
The server responds with a 400 Bad Request error.
Expected Behavior:
The application should validate the input on the frontend before sending it to the server.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request