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
In the Climate Apps application, when excess spaces are provided in the search string, the payload is not trimming the spaces. This causes unnecessary issues when making API calls or processing the search query.
Steps to Reproduce
Navigate to the search bar in the Climate Apps application.
Enter a search string with leading or trailing spaces.
Submit the search request.
Observe that the excess spaces are included in the payload, causing potential issues with the search processing.
Expected Behavior
The search string should be trimmed of excess spaces (leading and trailing) before being sent in the payload, ensuring accurate query processing.
Actual Behavior
Excess spaces are included in the search string in the payload, leading to unnecessary issues in search processing.
Figma
NA
Environment
Prod
Screenshots/Logs
NA
The text was updated successfully, but these errors were encountered:
Bug Description
In the Climate Apps application, when excess spaces are provided in the search string, the payload is not trimming the spaces. This causes unnecessary issues when making API calls or processing the search query.
Steps to Reproduce
Expected Behavior
The search string should be trimmed of excess spaces (leading and trailing) before being sent in the payload, ensuring accurate query processing.
Actual Behavior
Excess spaces are included in the search string in the payload, leading to unnecessary issues in search processing.
Figma
NA
Environment
Screenshots/Logs
NA
The text was updated successfully, but these errors were encountered: