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) |