0
votes
0answers
15 views

Is there a way to sort all people search results by last name ascending? [duplicate]

I have tried a bunch of methods and havent been able to get this to work: How do we add Sort By Last Name on People Search? ...
2
votes
1answer
249 views

Site collection relative url in XSLT search or by JavaScript

I have the following question: I'm modifying the XSLT of the search, so it is represented differently etc etc .. in this occasion I also need to get a relative site collection url. In managed ...
0
votes
2answers
385 views

Show custom published date field instead of Last Modified Date in “Date” field in Search results

Currently, my Search Core Results display the following information: Contact us Africa, Least Developed Countries and Special Programmes … Your e-mail (required and never shared) … …  Date: 6/11/2012 ...
0
votes
1answer
158 views

Localizing CoreSearchResults Web Part with XSL

We are using custom XSL to transform the search results. There is a couple of labels in the custom search results and these need to be localized when user changes language. This article explains how ...
2
votes
1answer
1k views

SP 2010 - Search Core Results Default XSL Params

I was wondering, where I can find a list of the default xsl params available with the search core result webpart? When we use the default xsl stylesheet of the webpart, default params are defined at ...
0
votes
1answer
684 views

sharepoint 2010 programmatically set xslt to search result webpart

simple question... In visual studio, how would i programmatically set my custom xslt to the search results webpart? thanks
0
votes
1answer
370 views

Show document library url in search results

When editing the XSLT for the search results web part I'd like to know when the result represents a document or, for that matter, a list item and then.. I'd like to be able to display a link to the ...
1
vote
1answer
473 views

Add numbering to the search core results web part in MOSS 2007

I am using MOSS 2007 to provide a custom search results page. I need to display a number as part of search results which indicates the number that result appears in the whole result set. The problem ...
0
votes
1answer
891 views

Discussion replies show as 'Dispform.aspx' in search results

Search results show 'dispform.aspx' as the page title on replies to discussion posts. Ideally i'd want it to say 'RE: discussion title'. Does anyone have any idea how to achieve this? EDIT - should ...
2
votes
2answers
858 views

Adding custom XSLT libraries for use in the Search Core Results web part

Out-of-the-box, the Search Core Results web part only supports XSLT 1.0. The last thing I read from Chris Lovett on the MS XML team is that Microsoft don't have plans for XSLT 2.0. This makes the ...