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

SharePoint: How to convert SharePoint search JSON URL to equivalent REST URL

How can SharePoint search JSON URL be converted to equivalent REST URL? I need to download the search results and I'm trying to use SharePoint search REST API. To proceed I need equivalent REST URL of JSON as you search using search box & refiners.
vikbehal
  • 1,486
  • 3
  • 21
  • 48
0
votes
1 answer

SharePoint Search not crawling all items returned by BCS Model

I have created a BCS Model which reads data through xml returned by rest api. I have LOB instance in BCS which I crawl to get the data in SharePoint. The problem is on debugging i found that BCS Model is returning 1782 records where as after running…
SiD
  • 1
  • 4
0
votes
1 answer

boolean operators in KQL

I am reading reference for Keyword Query Language in Sharepoint Search and trying to figure out how AND and OR operators work. I am specifically interested in KQL, not FQL. I am trying to figure out answers to the following questions: What would…
Tomasz Grobelny
  • 2,666
  • 3
  • 33
  • 43
0
votes
1 answer

SharePoint Search. Search site with AD credentials

I'm not sure if this has been asked and answered already but hopefully I can explain my problem well enough. Our staff intranet portal can be accessed only with AD accounts. We would like to have SharePoint Search crawl the site and index pages. So…
0
votes
1 answer

SharePoint 2013 crawl external website with querystring parameter

I need to index my company's employee manual, which is hosted on an external website. This page requires login, and supports auto-login through a query string parameter. Like this: http://manual.externalprovider.com?token=xxxxxxxxx When entering…
Engern
  • 875
  • 3
  • 11
  • 20
0
votes
1 answer

How to modify "People search results template" in SharePoint 2013 in the general search

I want to know how to modify the "People search results template" section in the general search. When I wrote a name in the general search, there is always a section in the top of the search result that shows : Preferred Name, JobTile, Department. I…
0
votes
1 answer

Crawl Rule Regular expression to exclude Thank you Pages in pages in SharePoint

Hi I have the following URLs: //site/us/count/Pages/product-a-Thank-you. //site/us/count/Pages/Information-b-Thank-you //site/us/count/Pages/register-c-Thank-you //site/us/count/Pages/link-d-Thank-you. //site/us/world/Pages/link-e-Thank-you.html…
0
votes
1 answer

SharePoint 2010 Search is not Crawling .log format files

SharePoint 2010 Search is not crawling the Log File Format (.log) file type, I added some new log files (.log) to shared documents. But I cannot search inside them. I have added file type (log) in File Types page and ran full crawl but unable to…
Rajit
  • 13
  • 3
0
votes
1 answer

Hide / Remove Content Search Webpart when no results returned SharePoint 2013

I'm looking to find a way to hide the whole Content Search webpart (including the webpart title and border area) if there are no results coming back from the query. What I tried There is this property: "ShouldHideControlWhenEmpty" but it doesn't do…
0
votes
1 answer

Use SharePoint Search Query Web Part to find Read Only site collections

We have a special situation at our office where we "close" off a site collection when a project is complete. Our architecture is setup such that each project in play is it's own site collection. When the project is complete we close the project in…
David Drever
  • 799
  • 2
  • 8
  • 21
0
votes
1 answer

SharePoint 2013 content search query web part with value from list

I am using a content search query web part in a team site (not the rootweb) in a couple of site collections. I am querying all (list) items in the web application that have a content type with a specific ID: ContentTypeID:Some ID I also want the…
0
votes
0 answers

SharePoint 2013 Search Crawl Paused by the System

Every few days or so I go into my search service application and I see that my content source says: paused by the system This appears in my three environments DEV/UAT/PROD randomly. Has anyone had this problem and been able to figure it out? I…
Patrick Clarke
  • 101
  • 1
  • 6
0
votes
1 answer

Search Service is not found in TFS WSS3.0 SP2 version

I am trying to configure search service on WSS 3.0 which is installed with TFS 2010. I don't see the search service in "Servers in Farm". Without that I cannot do anything. I tried to start service in "Services", got an error.
James123
  • 11,184
  • 66
  • 189
  • 343
0
votes
0 answers

Sharepoint list search with custom styling

I want to make a list-search for sharepoint with custom styling. Could you help me a little with that? I do not know how to start with that, so I need ideas how to handle that. I want to make this look like: JSBin JSBin Questions are: Do I need a…
Tomasz
  • 2,051
  • 3
  • 31
  • 64
0
votes
0 answers

Sharepoint 2010: search results display files where users have not access

on our SP2010 system, the users are able to find files where they have not the rights to access. Here is an example. In a document library we created a TEST folder where we put the "link.txt" file. Only "User 1" has "full control" on…
paolo sc
  • 11
  • 2
1 2 3
8
9