Questions tagged [sharepoint-search]

Search is a core capability of SharePoint that enables end-users to search the contents and metadata of documents, list items, and pages in a SharePoint site. This tag should be used for questions specifically on search capabilities or incorporating search capabilities into developed solutions.

SharePoint search is a built-in native capability with extensive customization capabilities and can be configured to meet specific business needs or be incorporated into fully custom solutions.

SharePoint Search includes a client object model (CSOM) that enables access to most of the Query object model functionality for online, on-premises, and mobile development. You can use the Search CSOM to create client applications that run on a machine that does not have SharePoint installed to return SharePoint search results.

The Search CSOM includes a Microsoft .NET Framework managed client object model and JavaScript object model, and it is built on SharePoint. First, client code accesses the SharePoint CSOM. Then, client code accesses the Search CSOM.

For more specifics on SharePoint search capabilities, see https://learn.microsoft.com/en-us/sharepoint/dev/general-development/search-in-sharepoint.

133 questions
0
votes
0 answers

Creating sharepoint 2013 people directory

I am trying to create a people directory in sharepoint 2013. So i am trying to add a page of page layout type "(Welcome page)Search People" (reference : …
vishnu
  • 43
  • 1
  • 11
0
votes
1 answer

Search from code using FullTextSqlQuery - Search Service unavailable

I'm trying to search a Sharepoint 2007 site using the FullTextSqlQuery class, but I keep getting the following error "The search request was unable to connect to the Search Service" My code looks like this create a new…
Birger
  • 349
  • 1
  • 4
  • 18
0
votes
1 answer

SharePoint 2013 search REST API

I am trying to search items in SharePoint site by using this URL in the browser: sites/esc/_api/search/query?querytext='Amit'. But I am not able to retrieve the same number of results which are retrieved when the same item is searched in SharePoint…
0
votes
1 answer

SharePoint 2010 Custom Search Application: The creator of this fault did not specify a Reason

Since a few days, i get this Error Message while searching in my custom search webpart: The creator of this fault did not specify a Reason. I checked the SharePoint LOG-Folder and found the following error to this message:…
stromflut
  • 186
  • 1
  • 9
0
votes
2 answers

Sharepoint 2010 search scopes Information

I have a webappa and it has 4 site collections: A, B , C, B. I want to have a Advanced search in site A where user can search content of A and B site collection but user should not be able to search this content in C site collection. If I create a…
user270014
  • 581
  • 3
  • 21
0
votes
1 answer

Registry entry for iFilter does not stay after system reboot

we followed the article at http://support.microsoft.com/kb/927675/en-us to implement the pdf filter for wss 3.0. But the registry entry mentioned on step 2 (adding a new entry under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server…
Rahatur
  • 3,147
  • 3
  • 33
  • 49
0
votes
1 answer

The searchresults.aspx page is picking up an older version of the master page

We have master page called custom.master. We changed the master page of the searchresults.aspx page to this master page: MasterPageFile="custom.master" We opened the searchresults.aspx page located in C:\Program Files\Common Files\microsoft…
Rahatur
  • 3,147
  • 3
  • 33
  • 49
0
votes
1 answer

SharePoint People Search on office location

I am working on a solution to allow users to search for other users, since we use SharePoint 2010 and have access to the SharePoint people search it seems like an easy solution. For the most part it is close to what is needed but it appears to be…
Josh
  • 1,058
  • 9
  • 27
0
votes
1 answer

Exception from HRESULT: 0x80040E01

I'm trying to query the sharepoint search with the following code protected ResultTable Search(String query, SPWeb currentWeb) { ResultTable rt = null; try { FullTextSqlQuery q =…
Oaden
  • 113
  • 1
  • 5
0
votes
1 answer

Is it possible to return all documents in a SharePoint 2010 Search Index?

I would like to execute a search where all documents are returned, so that end user can browse the documents by applying different refiners. Is this possible? I've tried leaving the search box empty and clicking search, but a message pops up "Please…
Geir
  • 514
  • 4
  • 18
-1
votes
2 answers

How to use > and < operators in SharePoint search API?

I am using SharePoint Search API and referring link SharePoint Search REST API overview. I want to use property operators. Please refer 'Property operators that are supported in property restrictions' section in link Keyword Query Language (KQL)…
Shailesh Jaiswal
  • 3,606
  • 13
  • 73
  • 124
-1
votes
1 answer

Add result source refinement in SharePoint 2013 search

how can i filter between result sources in SharePoint 2013 search. can i add a refinement tab that allows me to further filter the search depending upon all the result sources available. I have added 5 result sources source 1,2,3,4,5 in the search…
-1
votes
1 answer

SharePoint 2013 Search navigation links are not clickable

I have added custom search verticals and the first two links are working fine. Once I click on the third link i cannot click on any other link. Can somebody help me with this.
user346514
  • 513
  • 4
  • 10
  • 33
1 2 3
8
9