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
1 answer

Tenant Level Search For Outlook via Rest Api

Is there a way to search across all mailboxes in a tenant ? without specifying any particular user? My goal is to search for any test across all mailboxes of a tenant. I came across this link a :…
0
votes
1 answer

What is SourceId in requests to SharePoint Search API?

I'm trying to implement people searching with SharePoint REST API in JS and I've found that it can be done by directly providing SourceId in the request body. So currently my request the next way: function searchEmployees(value) { fetchData( …
0
votes
1 answer

SharePoint 2019 Crawl Error: The first attempt to crawl this object failed. (Failed to retieve blob from URI...)

I am working with a SharePoint 2019 farm with multiple servers. The search application and all its components are provided on a dedicated search server. It is working correctly but when I start the crawler it always shows up this error message: The…
0
votes
1 answer

How to specify what fields to search in the querytext for Sharepoint Search Rest API?

I am working with Sharepoint Search REST API and I am using Sharepoint Search Query Tool for some testing. My current Sharepoint Search Query URL looks like…
user2966197
  • 2,793
  • 10
  • 45
  • 77
0
votes
1 answer

Refinement values stopped to return "hints"

I have a problem with refinement values returned by the search in the SharePoint 2016. I do not know when this started to appear but maybe it is connected with the migration from SP 2013 to SP 2016? Later we have returned from the search refinements…
0
votes
2 answers

SharePoint Online Content Enhancement Web Service - Graph

I have an immediate need to utilize the Microsoft Graph service (similar to the On Premise CEWS within SharePoint) called “content-events”. I’d like to be notified when new content is about to be added to the Index using the “Subscription…
0
votes
1 answer

SharePoint Search C# with Keyword Query Filter based on Search Keyword and Content Type

I am trying to do a SharePoint Search based on a Keyword like "Finance" and then filter the result based on 2 content type. I am able to search the Site based on the keyword "Finance" but I am not able to figure out where to add the filter…
Hari Govind
  • 369
  • 2
  • 14
0
votes
1 answer

SharePoint document library searchbox not working (InPlaceSearch)

I am trying to make the SharePoint document library in-place searchbox working on the document names. Current config : The Filename managed property is searchable. The crawled properties mapped to Filename are included in the full-text index. The…
Cana
  • 2,204
  • 1
  • 13
  • 12
0
votes
1 answer

Users with German locale are not able to find entries with number, which contains two dots in it - e.g. 82.3189.37

Users with German locale are not able to find entries with number, which contains two dots in it - e.g. "82.3189.37" (actually, Latvian locale does the same trick). When users with English locale are searching for the same number, they are able to…
0
votes
1 answer

SharePoint Search - "Did you mean" functionality

I have the following queries about the "Did you mean" auto spell check functionality in SharePoint Online Search - How is the dictionary of words used for the spell check being built and is the dictionary expanded as more content is being crawled?…
0
votes
0 answers

SP2016 crawled properties are not auto-generated in my documents set

I have an on-premise SP2016 site collection where I'm a site collection administrator. I've created a custom Library, based on a custom Content Type inheriting from the native Document Set. I've bound that content type to my library and removed the…
jeancallisti
  • 1,046
  • 1
  • 11
  • 21
0
votes
1 answer

Is it mandatory to have check In/Check Out on library to appear documents in search result

I've used SharePoint Search(Mostly Content Search WebParts) through out the SharePoint Online site. I used check-In/Check-Out with Publish feature on all the document libraries to have the updated content in search result. I want to know whether it…
0
votes
1 answer

Does managed property required full crawl?

I am using SharePoint Search REST API. I am referring SharePoint Search REST API overview Suppose we have created managed property or lets suppose managed property gets automatically created for site columns. Suppose each column which has managed…
Shailesh Jaiswal
  • 3,606
  • 13
  • 73
  • 124
0
votes
1 answer

How to find matched items with specific characters/numbers at the start using SharePoint REST Search API query?

Suppose we have columns Col_1 and Col_2. Col_1 is single line of text column and Col_2 is number column. Now lets consider Col_1 is having values like OneTwoThreeFour, FourFiveOneTwoSixSeven etc and Col_2 is having values like 123456, 451267 etc. I…
Shailesh Jaiswal
  • 3,606
  • 13
  • 73
  • 124
0
votes
1 answer

How to find which crawled/managed property belongs to which column of a list?

I know crawling in SharePoint automatically creates crawled properties for us. We can use them to create managed properties. Is there any configuration or setting from which we come to know that which crawled/managed property belongs to which column…
Shailesh Jaiswal
  • 3,606
  • 13
  • 73
  • 124
1 2 3
8 9