As a Query Service user I want to have decoded URLs displayed in my query results in order to easily read them.
Problem:
Currently when running a query on the Query Service (example) some of the URLs displayed are very long and difficult for humans to read.
This ticket is to reduce the length of those URLs and make them more legible to humans by decoding them.
Example:
Decoding the displayed URL, so that a URL like:
<https://bg.wikiquote.org/wiki/%D0%92%D1%81%D0%B5%D0%BB%D0%B5%D0%BD%D0%B0_%E2%80%94_%D0%9A%D0%BE%D1%81%D0%BC%D0%BE%D1%81_%E2%80%94_%D0%A1%D0%B2%D0%B5%D1%82%D0%BE%D0%B2%D0%B5>
turns into
<https://bg.wikiquote.org/wiki/Вселена_—_Космос_—_Светове>
Screenshots/mockups:
Current display of URLs:
Acceptance criteria:
- URL results on the Query Service are decoded
Open questions:
Are there some special characters we don’t want to decode, e.g. RTL override?
Could an automatic <wbr> insertion cause issues?
Original ticket