is the listing of results returned by a search engine in response to a keyword query

learn more… | top users | synonyms

3
votes
1answer
869 views

Search shows results for /Pages/foldername AND /Pages/foldername/default.aspx

I'm finding that my SharePoint 2010 search results are showing results for both a folder and that folders default.aspx page. For example, my results can look like this: products <description taken ...
2
votes
2answers
631 views

Sharepoint anonymous user search results

We have two zones - Default is Claims based and Custom is NTLM - this one is used for crawling. My issue is that when I search under anonymous user - the protected content is returned, even though ...
1
vote
2answers
339 views

Disable search security trimmer?

I'm currently working with a client, one of the requirements is that users have complete access to the search results, regardless user permissions, including anonymous users, Is there a way to disable ...
1
vote
1answer
172 views

How to set XSL property on inherited core search results webpart

I have created a custom Search results web part by inheriting from coreresultswebpart. I would like to override the default XSL with some modified XSL in my project instead of having to set the XSL ...
0
votes
1answer
95 views

Refinement panel and paging web part stopped working after core search result WP modification

I have tried following example for my requirement: Disable search security trimmer? Search result web part is working fine but the Refinement panel and paging web part stopped working. Any way to ...
0
votes
2answers
1k views

How to get an SPListItem from a Search Query Programmatically

I'm querying my Search Server and getting some results... How can i get the SPListItem linked to that object? I tried with many ways, but every method fails.. Here's my code: string ...