MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Linking author information

  Asked By: Tami Decker         Date: May 17, 2009      Category: MOSS      Views: 200
 

Is it possable to change it so If I do a Search in MOSS 2007 and click
on the author of the document instead of taking you to information
about the author saved at the site collection level it takes you to the
same page you would get if you did a search for that person?

Tagged:      

 

1 Answer Found

 
Answer #1       Answered By: Jan Chen          Answered On: May 17, 2009       

You would have to modify the Core Results web part. Where it outputs the author
you will need to surround it with an anchor tag and have it link back to the
page page with a new query.

So in your search  results you would have the xsl output something like <a
href="results.aspx?k=author:adam">Adam</a>. This would search any author  that
has adam in it. If you just wanted to do a people search a quick thought might
be to have the link send it them to something like:
SearchCenter/Pages/peopleresults.aspx?k=adam.

Hope these general thoughts will help you get started.

 
Didn't find what you were looking for? Find more on Linking author information Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].