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
7
votes
4 answers

SharePoint 2013 search result web part not showing all result

I add the standard search result web part to an empty page layout. I click "change query", and add the query I want. The search result preview shows 179 results. Perfect, just what I wanted. I click "OK", "Apply", and publish the page. Now it only…
Engern
  • 875
  • 3
  • 11
  • 20
3
votes
1 answer

How to search sharepoint file across document library

I'm trying to search files in SharePoint with GET https://graph.microsoft.com/v1.0/sites/root/drive/root/search(q='text file') but it searches only in the root site. Is there any way to search across the document library using graph API? Something…
3
votes
1 answer

Sharepoint search returns different results from different computers

There is a strange behavior with my WSS3. I have list with a couple of elements which have a dash in their name, for instance XXX-111 or YYY-22. If I search for this elements on my computer it correctly returns the element. However if I make the…
raz3r
  • 3,071
  • 8
  • 44
  • 66
3
votes
1 answer

What field contains the "created date" in a SharePoint Search Index?

We need to list documents, list items, etc from a Sharepoint Search Server Express Index by the created date. The problem is we can't find it in the index even though we've tried to map it to everything we can think of. In the Central Admin/Shared…
dirq
  • 968
  • 2
  • 11
  • 26
3
votes
1 answer

SharePoint Search TrimDuplicates=true removes unique content, is this a known bug?

I'm running a FullTextSqlQuery where TrimDuplicates is set to true and have been searching for days on why certain items are not in the results. I just found out today that the result appears when I set TrimDuplicates=false. Is this a known…
Rafferty
  • 937
  • 1
  • 9
  • 16
2
votes
1 answer

How to Add Indexed Property to a Site So I can build a result source to search all sites for content with this property

I want to build a sharepoint online search result source that includes only some site collections and subsites. I have over 5000 Site collections, so I can't use named URLs/site ids in the result source - not maintainable. Instead I hope to add an…
2
votes
1 answer

Search solutions to index Windows SMB file share

I'm identifying search solutions that can crawl Windows SMB file shares and expose the search results through an API (with security trimming). So far, it seems like SharePoint and Elastic Search can handle this. But are there other possible…
Martinfy
  • 121
  • 1
  • 6
2
votes
1 answer

SharePoint online people search display template showing skills managed property

I'm currently working on creating a custom display template for people search result page. I copied out of the box Item_Person.html search display template and modified it to display some more fields. In the out of the box template also there is a…
2
votes
1 answer

BDC model/search connector and multi value field with refinment

BDC model: My BDC model's entity has a property named Color. The TypeName is specified as System.String[].
lapsus
  • 2,915
  • 2
  • 32
  • 61
2
votes
0 answers

SharePoint 2013 KQL each query with xrank on multi value taxonomy field

In my search query I query for items which have a multi value taxonomy field. The publishing page where I am running the query from also has the same multi value tax field (for example "color"). Example: List Items (have color column) - Item 1:…
lapsus
  • 2,915
  • 2
  • 32
  • 61
2
votes
1 answer

TotalRows property shows different results while applying different RowLimit parameter (SharePoint 2013 Search REST and CSOM Api)

While using SharePoint Search REST Api I encountered the following problem, if I use different rowlimit values, the totalrows property varies it value. For example, with such request: http://my-site/_api/search/query?querytext='test'&rowlimit=10 I…
ChernikovP
  • 471
  • 1
  • 8
  • 18
2
votes
1 answer

Friendly url's not showing up in search results (SharePoint 2013)

We have build an internet website (anonymous access) with some customizations (masterpage/ styling, etc.). For navigation we've used managed navigation, driven by the termstore. Our problem is that we are not seeing any friendly url in the search…
Wilko
  • 21
  • 3
2
votes
1 answer

SharePoint-Search 2013 FQL not working after FQL is enabled manually

We have an WPF/MVVM application that uses SharePoint 2010 Search QueryService. We are in the process of upgrading SharePoint 2010 to 2013. I enabled FQL in SharePoint 2013 server by adding a new default Search ResultSource with Query…
user25308
  • 21
  • 3
2
votes
1 answer

SharePoint Basic Search Service 2010 API secondaryFileExtention field not present

I am developing a client for SharePoint and I am implementing both 2013 and 2010 SharePoint SearchServices. I am having trouble with getting the secondaryFileExtension field. Below my request for 2010 Search Service:
2
votes
1 answer

Is it possible to use Microsoft 2013 sharepoint search server as my search engine for my site

My site is not written for sharepoint. It runs on IIS(aspmvc) interacts over http request/response and fetches db data. Does it make sense to install and use Microsoft 2013 sharepoint search for the db indexing and free text querying (ms sql) ? (I…
Bick
  • 17,833
  • 52
  • 146
  • 251
1
2 3
8 9