This issue has been created
 
 
Interactive Link Visualizer / cid:jira-generated-image-avatar-d3003161-5d04-4e7e-8454-699c209acbd3 INTLV-33 Open

Links to pages in subwikis point to the main wiki instead

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-fc6ca405-e5a6-433f-9123-caa25d3174ce Clemens Robbenhaar created this issue on 01/Jul/25 14:11
 
Summary: Links to pages in subwikis point to the main wiki instead
Issue Type: cid:jira-generated-image-avatar-d3003161-5d04-4e7e-8454-699c209acbd3 Bug
Affects Versions: 1.6
Assignee: Unassigned
Created: 01/Jul/25 14:10
Priority: cid:jira-generated-image-static-major-1d6fec93-2146-450f-8c90-f92f62042169 Major
Reporter: Clemens Robbenhaar
Description:

The nodes representing pages on the main view can be mused over showing the title of the page, and a click on the node opens a link to the page in a separate tab.

However for pages from subwikis, that link points to the main wiki. This is because the link is generated from javascript, and the client side does not know about the links to subwikis (they might be path based or domain based, with almost arbitrary domains).

This looks like it is hard to fix, unless the used SolrSearchSuggest actually delivers the right URL in the result (or can be used to fetch that link)