Posts Tagged ‘Search’

Using the SharedQueryManager to display Relevant Search Parameters in a WebPart

Using the SharedQueryManager to display Relevant Search Parameters in a WebPart

The SharePoint Search is powerful yet very complex. There are a lot of settings and parameters that influence the search results.

For example; did you know that the Culture used in the query is used to determine wordbreaker, stemmer, and thesaures? Search with the wrong Culture and you will get unreliable and strange search results. I have seen it happen at a customer; the documents were all written in Dutch but the search was configured to use the English Culture (en-US: 1033). Finding out why some documents were included in the search result while others are left out can be a challenge as you have to check every search parameter at WebPart level, Site level, and Service Application level.

(more…)

Displaying the filename in the SharePoint search results

Displaying the filename in the SharePoint search results

By default the SharePoint search web part ‘Core Search Results Web Part’ displays the document’s title as a hyperlink to the document (or list item). While this is fine for most cases, recently a customer explained to me:

We are crawling all our old file shares using the SharePoint Search. Our end users are used to finding documents by their filename, however the SharePoint search is displaying the document’s title which confuses our end-users

(more…)