Posted by kaylawren on January 10, 2013 at 4:10pm
3 followers
Jump to:
| Project: | Apache Solr Multisite Search |
| Version: | 6.x-3.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
See example search results page: http://drupal.org/search/site/randall%20knutson
If you click on the "posted by" link, it (in many cases) takes you to the wrong user profile.
Comments
#1
It 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.
#2
*not sure where the best place for this issue is - begin musical queues? :) *
#3
What 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.
#4
drupalorg_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.