Tagged Questions
2
votes
2answers
51 views
is it possible to use sharepoint server-side code inside the search core web part xstl?
is it possible to use sharepoint server-side code inside the search core web part xstl?
I have to join the search web part data and data from a custom list.
I am trying to achieve this functionality:
...
0
votes
0answers
14 views
join data from a custom list into the results of a search core web part
I have a custom list called ReferenceList which contains two fields ProjectId and Url.
I am retrieving data from SQL via BSC and displaying them in the search core web part result. The results are ...
0
votes
1answer
41 views
SHarepoint Search 2010 - XSL Code Customization
I need to display the image preview on my search result by replacing the code for the search-icon as below XSL code:
img align="absmiddle" src="http://site/image/123.jpg" border="0" ...
3
votes
1answer
83 views
Modify xslt in search core web part to join a column from another list
I am using search core web part to display the results of my search. I have added a column in xslt so that it displays ProjectId in the search result. I am using BCS to search an external database. I ...
1
vote
1answer
183 views
“Group by” with XSLT in Search Core Results web part
I have a bit of difficulty making it possible to group by the results in search core results webpart.
I have a default xslt of that webpart and from there i would like to group the results by the ...
2
votes
2answers
143 views
search result xml to list view?
is there an option how to render the search results xml like list view look&feel? For example I would like to configure that ok, this column should be rendered like a linktitle field type with all ...
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 ...
1
vote
0answers
106 views
replace link in search results with custom column
I would like to edit how the search results render. The default behaviour is to start with a link to the document (or the dispform.aspx of a list item). I was able to change the url value for specific ...
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
4answers
777 views
help with xsl if statement
I am trying to change the icon for the "Link to Document" on the searchResult.aspx page. I added following to the xslt of the result but then the result webpart never renders meaning the code is ...
0
votes
1answer
252 views
Hide GUID in core search results display
I have created a number of Managed Properties, so I could customize Refinement Panel - this ia all good. Search Core Results WebPart now displays some of these new managed properties with value, ...
1
vote
1answer
431 views
Sharepoint 2010 Search core result
Is there any way we can link the "Author" field that is displayed in "search core results" (not People Core Search Results) to their corresponding "My Site"? I tried using the managed property to ...
3
votes
2answers
3k views
Modify core search results to display custom property
I am trying to modify the core search results webpart in SP2010.
Ive created a managed property named: ExternalContactsCompany
I then added a <Column name="ExternalContactsCompany"/> section to ...