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

David Lesieur’s picture

With 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?

ianchan’s picture

You'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?

ianchan’s picture

Title: CCK Link Fields Problem in Search Results » CCK Redirection Fields Problem in Search Results

I 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.