Open Ollie-Armitage opened 2 years ago
Heads up @benvenker @lguychard - the "team/search-product" label was applied to this issue.
I've worked on something related, a while back, re: repos with spaces and have tested against this Azure repo with a space: https://dev.azure.com/rvantonderp/repo%20with%20space successfully. But perhaps, only tested that the repo is found. I suspect the issue here comes down to these steps in the bug report:
- Perform a search for anything in the repo
- Click on repo item
Likely clicking on a repo item is not unencoding the space properly in the match view, and leaving the %20
in place.
We've since changed how repo links are generated. I would expect this is fixed now, but someone should test this.
Steps to reproduce:
Expected behavior:
Project name is not changed, and repo is found.
Actual behavior:
Project Name parses incorrectly ("%20" => "\ ") giving 'repository not found'
If would like immediate help on this, please email support@sourcegraph.com (you can still create the issue, but there are not SLAs on issues like there are for support requests).