Actions
Bug #1820
openSearch does not work when input starts with space in Data section
Description
In the Data section search bar, when a user enters a leading space before typing the actual keyword, the search fails to return results—even if the data exists.
However, searching the same keyword without a leading space works correctly.
Steps to Reproduce
- Go to Visualization screen → Data section
- Click on search bar
- Enter a space first, then type a valid field name e.g., " Name"
- Observe search results
- Now search same keyword without spacee.g., "Name"
Actual Result
- Search returns no results when input starts with space
- Same keyword works without space
Expected Result
- Search should ignore leading/trailing spaces
- Correct results should be shown regardless of extra spaces
Files
Updated by mirza asad about 3 hours ago
- Status changed from In Progress to Resolved
- Assignee set to mirza asad
- % Done changed from 0 to 100
fix: ignore leading spaces in visualization search bars (in data section, filter section, canvas setting, visual styling)
Actions