Describe the bug
Hello, in generic view (bottom table) Graphia displays URL strings as clickable links, which is really great, esp in wasm mode for my use case.
But URLs with colon or even a dot seem to not work properly: URL before colon is a clickable URL, and after colon it is just text.
I replaced it with %3A but it did not help.
I tried to replace even a dot with %2 but no success.
so, this:
https://openalex.org/works?filter=primary_topic%2id%3AT13394%2Cauthorships%2institutions%2lineage%3Ai82767444
resolves to this URL: https://openalex.org/works?filter=primary_topic
instead of a proper full URL
tried also encasing in <A href... but in this case nothing is displayed at all.
Environment (please complete the following information):
- Graphia Version: e.g. 5.1
- Operating System Version: e.g. Windows 11
Additional context
Add any other context about the problem here.
Describe the bug
Hello, in generic view (bottom table) Graphia displays URL strings as clickable links, which is really great, esp in wasm mode for my use case.
But URLs with colon or even a dot seem to not work properly: URL before colon is a clickable URL, and after colon it is just text.
I replaced it with %3A but it did not help.
I tried to replace even a dot with %2 but no success.
so, this:
https://openalex.org/works?filter=primary_topic%2id%3AT13394%2Cauthorships%2institutions%2lineage%3Ai82767444
resolves to this URL: https://openalex.org/works?filter=primary_topic
instead of a proper full URL
tried also encasing in <A href... but in this case nothing is displayed at all.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.