It is a core capability of SharePoint Server that enables end-users to search a document or a content in a SharePoint site.

learn more… | top users | synonyms

2
votes
1answer
22 views

Restrict search result to current site/web

My requirement is to search within sub site, if i am searching within a specific sub site result should come from current sub site. Here everything is working fine. But when I do advanced search it ...
1
vote
1answer
17 views

SharePoint refiners does not work after setting Append Text To Query property of Search Core Result web part

I have created my own search result page with OOB search web part. Everything works as expected. I have to restrict search with some additional properties so I set "Append Text To Query" property of ...
1
vote
0answers
24 views

“Office document”/“PDF” content is not appearing in SharePoint Online (Office 365) search

I am working on "SharePoint online". I have restored the site and everything is working fine except Search. Even search is also working fine but not including the result of Office document, PDF ...
1
vote
1answer
31 views

Calculated column is not being crawled

I have a calculated site column AlertSortOrder, which I added to a list. I created a managed property nvAlertSortOrder (sortable, searchable, queryable, retrievable) mapped to the corresponding ...
2
votes
1answer
56 views

SharePoint 2013 Web analytics

So SharePoint 2013 has some changes to the way the web analytics works, it moves it into the search service from what I read but from there I'm confused. I've been doing lots of reading it sounds like ...
1
vote
0answers
40 views

Docacl Output Property in Content Enrichment Sharepoint Search 2013

We are attempting to output a docacl via a content enrichment service in SharePoint Search 2013. I have linked the managed property to a crawl property and am trying to register as such: $ssa = ...
0
votes
1answer
254 views

Sharepoint 2013 search is not working after adding new managed metadata service

I have created new managed metadata service (with new database and application pool) and after that I am not able to search content with the error "Search has encountered a problem that prevents ...
0
votes
0answers
60 views

Show related entities in FAST search results

I've successfully created a .net assembly BCS to crawl external data in my enviorment. The BCS include an AssociationNavigator to crawl related entities based on foreign key. When i perform a crawl ...