Active
Project:
Faceted Search
Version:
5.x-0.9
Component:
General
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2009 at 01:16 UTC
Updated:
28 Jan 2009 at 06:13 UTC
I have a content type that is simply one CCK link field and an annotation filed. The purpose of this content type is to enable links from within taxonomy lists to go directly to an external site without going to the node page.
When the search results include one of these types of content, the user is redirected immediately to the external web site - without actually seeing the search results page.
However, if I look up the same content from within a taxonomy list, I am not taken to the external site until I click on the link for that content type.
Comments
Comment #1
David Lesieur commentedWith what module is this redirection performed? I don't recall this being a feature of the Link module.
Also, what display style do you use to show the search results? Extracts, teasers, a view?
Comment #2
ianchan commentedYou're right... it's the redirection module. It's occurring in the teasers view. Does not seem to happen when using view to display results although I couldn't figure out how to configure views correctly for results display. Do I use the view type of "search results?" Also, do I select anything for fields?
Comment #3
ianchan commentedI used the patch at http://drupal.org/node/192897 and the problem seems to be fixed. I'll test some more and update this issue later.