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
Issue: Search Functionality Does Not Return Results for URLs Hidden by Ellipsis
Description:
When using the search functionality on the coverage page, I noticed an issue where typing the full URL for longer paths does not return the expected results if the URL is hidden behind an ellipsis (...) in the view.
For example:
Searching for components/agency_portal/app/uploaders/agency_p correctly returns:
'components/agency_portal/app/uploaders/agency_p...'
(the URL truncated by an ellipsis).
However, adding the next character (o) to the search string, e.g., components/agency_portal/app/uploaders/agency_po, returns no results—even though the full path should still match.
Screenshots:
Search Working as Expected:
Searching for the truncated URL brings back results.
Search Fails with Full Input:
Adding one more character causes the search to fail.
Expected Behaviour:
The search should be able to match URLs even when the full string is not displayed due to truncation. Searching for components/agency_portal/app/uploaders/agency_po should still return the correct result, assuming the path exists in the data.
Steps to Reproduce:
Navigate to the coverage URL where the search functionality is available.
Locate a long URL that is truncated with ellipsis (...) in the view.
Search for a portion of the URL that includes characters beyond the visible, truncated part.
Observe the behavior: no results are returned despite the URL existing.
The text was updated successfully, but these errors were encountered:
Issue: Search Functionality Does Not Return Results for URLs Hidden by Ellipsis
Description:
When using the search functionality on the coverage page, I noticed an issue where typing the full URL for longer paths does not return the expected results if the URL is hidden behind an ellipsis (...) in the view.
For example:
Searching for components/agency_portal/app/uploaders/agency_p correctly returns:
'components/agency_portal/app/uploaders/agency_p...'
(the URL truncated by an ellipsis).
However, adding the next character (o) to the search string, e.g., components/agency_portal/app/uploaders/agency_po, returns no results—even though the full path should still match.
Screenshots:
Search Working as Expected:
Searching for the truncated URL brings back results.
Search Fails with Full Input:
Adding one more character causes the search to fail.
Expected Behaviour:
The search should be able to match URLs even when the full string is not displayed due to truncation. Searching for components/agency_portal/app/uploaders/agency_po should still return the correct result, assuming the path exists in the data.
Steps to Reproduce:
Navigate to the coverage URL where the search functionality is available.
Locate a long URL that is truncated with ellipsis (...) in the view.
Search for a portion of the URL that includes characters beyond the visible, truncated part.
Observe the behavior: no results are returned despite the URL existing.
The text was updated successfully, but these errors were encountered: