Closed (fixed)
Project:
Apache Solr Multisite Search
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Jan 2013 at 16:10 UTC
Updated:
13 Oct 2014 at 12:10 UTC
Jump to comment: Most recent
Comments
Comment #1
silverwing commentedIt seems the links that aren't working correctly are for events and discussions for Groups.drupal.org - so it looks like it's a Bakery issue.
Comment #2
silverwing commented*not sure where the best place for this issue is - begin musical queues? :) *
Comment #3
drummWhat is happening is user IDs from subsites, like groups.drupal.org, are being used as if they were on Drupal.org in our Solr multisite setup. It could be a bug in our module or theme overrides, or in apachesolr_multisitesearch itself.
Comment #4
drummdrupalorg_crosssite_preprocess_search_result()uses the user link created byapachesolr_search_node_result(), that apachesolr_multisite_search does not appear to override. I think apachesolr_multisite_search should override$result['user']to either link to the correct site, or just have the unlinked username.Comment #5
drummTag
Comment #6
jhodgdonI think this is a major-level issue. Putting up wrong links in search results is terrible. I typically use d.o search to find a link to a user profile so I can use a contact form, and if this is giving me bad links, it's really a problem.
Comment #7
drummLet's make this D7.
Comment #8
m1r1k commentedIt was fixed so this issue is irrelevant:
Comment #9
jhodgdonAgreed, this is fixed. On drupal.org now it only makes user names into links if the search result is on www.drupal.org and not if it comes from a groups.drupal.org or other site.