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

Most visited pages for current user in Sharepoint 2013

I am trying to find out if it's possible to have a KQL for a CSWP that gives me the most visited pages on a site for the current user. I have been investigating and there are loads of examples for get the most visited pages for a site, but not…
1
vote
0 answers

Adding an enterprise keyword value from search results using hover panel

SharePoint Enterprise Search is crawling SharePoint 2010 content and returning the expected results. The requirement is to add "Enterprise keyword" value from the search results page for the selected document using the Hover panel. Each document…
1
vote
1 answer

SharePoint-Search 2013 Query Transform keeps appending SPSPeople exclusion

I'm trying to get FQL working in an out-of-the-box Enterprise Search Site Collection in on-premise SharePoint 2013, with no success. Intended query behavior is to: - Accept and query search terms - Limit results to the current subdomain…
MJA
  • 350
  • 1
  • 3
  • 15
1
vote
2 answers

Search with SharePoint CSOM (portable) throws an exception

I am trying to use SharePoint client framework to execute a search, using the portable dll's from a Windows app. Using Fiddler I can see that my search is executed, and returns a JSON collection of metadata and search results. This is identical to…
1
vote
1 answer

Extend people search, custom result source

I've made a a custom result source based on "Local SharePoint Results", where I use this "Query Transform" {?(({searchTerms}) ContentClass=urn:content-class:SPSPeople)} {?OR (({searchTerms}) spcontenttype:contact)} My search results work, I get…
1
vote
1 answer

Search SharePoint 2013: set Result Source Type section to People Search Results

I've been able to create custom Result Source for SP13 people search like this: var fedManager = new FederationManager(application); var owner = new SearchObjectOwner(SearchObjectLevel.SPSite, site.RootWeb); var peopleSource =…
SadPanda
  • 35
  • 1
  • 1
  • 10
1
vote
0 answers

sharepoint 2013 search user vote

I'm using SharePoint Server 2013 to crawl enterprise documents. Now I need to give end users a way to vote for search results. That votes are going to influence on future search queries (documents promotes up or down). Is there a way to implement…
1
vote
1 answer

SharePoint 2013 - Managed property value does not update

I have configure SharePoint Search with line of Business Content Source (BCS). Create Few Managed Property with this BCS. Records is crawling successfully however managed mapped property value does not updated. And one more thing, I have database in…
1
vote
1 answer

SharePoint Search KQL XRANK count of matches

I have wrote a customed KQL query for our SharePoint search. I'm using SharePoint 2013. By default, SharePoint gives some ranking to results which contains the exact term, to results which contains some of the term's words and to results that…
1
vote
1 answer

Is there a way to programmatically get the List View Threshold in SharePoint 2010

I'm working in an environment that has 4 different SharePoint implementations. All 4 environments run the same chunk of code, but the List View Threshold is not configured to the same value, which results in some searches exceeding the threshold…
DJ van Wyk
  • 531
  • 1
  • 13
  • 23
1
vote
2 answers

Some Documents are missing in SharePoint 2013 search results

I am facing an issue in my search service application that some documents are missing from the crawling results. I am using SharePoint 2013 out of the box search result web part for displaying search results. As a solution, I have tried by…
Ravi Rachchh
  • 11
  • 1
  • 3
1
vote
1 answer

TotalResults count changed when page index changed FullTextQuery in sharepoint search

I create custom search for SharePoint search. if i search it wit page size 10 and page index (0 or 1 or 2) total result count will be 55 when actual result 40, else if page size 10 and page index 4 total result count will be 50 and no rows…
1
vote
3 answers

Sharepoint REST Query with multiple variable for a query tag

In Sharepoint 2013, using Search REST API; I can get a result by using path in querytext query tag, like this: http://host/_api/search/query?querytext='path=http://host/site/pages/index.aspx' The problem is, I need to make multiple conditions for…
Beytan Kurt
  • 2,203
  • 4
  • 34
  • 57
1
vote
1 answer

Search in Custom indexing connector with AttachmentAssociator property in AssociationNavigator

Hi, I have a custom indexing connector with Entities associated via AssociationNavigator method. In order for Search (of SharePoint 2013) to crawl the associated entity, we need to set the 'DirectoryLink' property or the 'AttachmentAccessor'…
naanan_
  • 93
  • 1
  • 8
1
vote
1 answer

SharePoint 2010 multi-lingual search refinments

I have a search refinement panel in my SharePoint 2010 site that utilizes a managed metadata term set in which I have a second language installed and parallel terms defined for that language. For example, my multi-lingual term set is "color", and I…
Chris Eaheart
  • 548
  • 2
  • 7
  • 25
1 2
3
8 9