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

How to check for NULL or empty value in fql (fast search)?

I want to check for null or empty field in fql query , I want to add condition to retrieve result when is column not equal empty or null, I've tried these ways :
1
vote
1 answer

SharePoint Foundation 2010 - Search running but not working. Errors in Event log

I was recently tasked with the responsibility of setting up our SharePoint Foundation 2010 server with the built in SharePoint Search functionality. We created two accounts for this purpose. A spSearch to run the service and spCrawl to crawl the…
David Drever
  • 799
  • 2
  • 8
  • 21
1
vote
1 answer

Search Result shows from sites where user does not have permission

What I have? I have a SharePoint 2010 web application with FBA configured and it is exposed to Internet. The root site collection has a huge hierarchy and each site has document libraries with many documents. There are more than 10 site groups…
Vijay
  • 2,133
  • 4
  • 27
  • 40
1
vote
0 answers

Search result ordering in MOSS

we have portal in sharepoint 2007. We have one document library with 2 custom columns named as Account,Customer name. We want to add some ordering to show sharepoint default search result. Orderig means if user enters word "Monitor" in simple search…
Rushikesh
  • 529
  • 4
  • 18
  • 43
0
votes
2 answers

Search Box Webpart - Default to a custom search scope

I've two search box webparts in a same page targeted to different audiences. I want to configure the search boxes to seach a specific search scopes which I've created. Any ideas how to do that?
NLV
  • 21,141
  • 40
  • 118
  • 183
0
votes
0 answers

I can't found metadata column with a Websites content source type

I have a problem with a content source which is Websites type in a SharePoint Server 2019 farm. If I use a "SharePoint sites" content source type, I can get the value of a metadata column field. But if I use a "Websites" content source type, I can't…
0
votes
1 answer

Crawled properties doesn't appear in Search Service Application in SharePoint Server 2019

I have a problem in the search service. In my develop server, I can get a property which is a metadata column. I have some rules to exclude contents and include others. My problem is when I try to do the same in a preproduction server, which have a…
Gotrath
  • 3
  • 2
0
votes
1 answer

SharePoint PnP Modern search not working with refinable string for hub site

I have sharepoint online hub site and around 100 sites associated to hub site. I am using PnP modern search, I want search to work on refinablestring, it is mapped to document type which is content type choice column, Document library is created…
0
votes
0 answers

Get search scope and redirect to external search service in Sharepoint

I would like to have an link/button at the end of search results in Sharepoint Online. This button/link should grab the current search keyword and redirect to another search engine that is external to Sharepoint. E.g. Clicking on the link will…
nizoodxs
  • 141
  • 1
  • 10
0
votes
0 answers

Multi Select Field of type Person or Group as filter in custom vertical is not parsed as single values in OOTB Microsoft Search

I've created a custom search vertical under Microsoft Search settings in a modern SharePoint Online site collection. There are couple of fields which are multi select Managed Metadata and Person or Group fields. The data is stored in them in the…
0
votes
1 answer

SharePoint CSOM KeywordQuery - Field or property "QueryText" does not exist

I am attempting to search files and folders held in SharePoint for a user entered phrase but consistently get the following exception: Microsoft.SharePoint.Client.ServerException HResult=0x80131500 Message=Field or property "QueryText" does not…
phuzi
  • 12,078
  • 3
  • 26
  • 50
0
votes
0 answers

SharePoint online search Rest API returning different totalrows value sometimes without change in data

I am using SharePoint search Rest API to identify the total rows available for a specific query. I am getting different value for TotalRows variable sometimes without change in query. I have used TrimDuplicates:False as well to try to keep the count…
Ashish
  • 1
  • 1
0
votes
0 answers

KQL Search with CollapseSpecification not working

I use KQL Search with CollapseSpecification to search within document libraries on several tenants without any problems, but on one tenant this does not work. I have revised the search patterns and re-indexed the entire site collection but it is not…
0
votes
1 answer

How to use Graph API Sharepoint Search from console app

I have created a .net core console application to access the graph api. I created a authentication by using clientId and clientSecret of the Azure AD application string tenantName = "MY.TENANT"; string authUrl =…
0
votes
1 answer

Need to understand SharePoint hierarchy, basically URLs

please help me in understanding SharePoint hierarchy. I have been provided a Sharepoint account and I have to read files from there. How to read them is not an issue for me. I can use ADF. I am too much stuck in understanding the…
Bilal Shafqat
  • 689
  • 2
  • 14
  • 26
1 2 3
8 9