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

Hide Friendly URL from in Search Result - SharePoint 2013

We have a SharePoint 2013 Publishing Site in which we would like to hide few pages from search result. Tried below options and non of them are working. Tried Options: Hide physical URLs from search - Set to "Yes" (Page Property) Hide from Internet…
Manju
  • 79
  • 7
0
votes
1 answer

Syntax error Sharepoint 2013 FQL queries

I have created a FQL Query with the Sharepoint Search Query Tool and i get always the a Error 500 SearchServiceExcetpion. And it looks like that the syntax of the query isn't in the right…
cpiock
  • 1,275
  • 2
  • 17
  • 44
0
votes
1 answer

SharePoint 2013 Use Only Always Suggest

In SharePoint 2013 the system automatically makes the query suggestions when users search a keyword and click a link 6 or more times. In addition, you can add the Always Suggest Phrases by importing the text file that is separated by line breaks. Is…
David
  • 58
  • 1
  • 9
0
votes
1 answer

SearchExecutor (JSOM) did not retrieve values from Sharepoint online user profile

I'm trying to perform people search in SharePoint online user profile from Sharepoint hosted app but it returns no data. I'm using the following code to do this: clientContext = new SP.ClientContext.get_current(); // Building Keyword query for the…
0
votes
2 answers

SharePoint 2013 Date Search inconsistent behavior between ?k=LastModifiedTime>4/28/2016 and ?#k=LastModifiedTime>4/28/2016

I'm doing some investigation on weird date search behaviour, the site has regional settings in NZ date format. When searching from the basic search page, this is the decoded version of the appended query string to the search results URL -…
JGomez
  • 1
  • 3
0
votes
0 answers

sharepoint search dont get items recursive

I have a sharepoint document library which contains multiple folder each with files and folders in it. I want to get only the items in the current folder when executing the query and thus DON'T get the items in the subfolders under it. the way i…
Rodney Wormsbecher
  • 897
  • 2
  • 17
  • 39
0
votes
1 answer

sharepoint online List Items not appearing in the search results

we created a custom list in sharepoint online site by exporting excel data to sharepoint custom list after which the list items are not displaying in the search results we even tried to reindex the custom list but even after which the search results…
Pradeep
  • 155
  • 3
  • 10
0
votes
1 answer

Returning wrong DateTime in search results by using KeywordQuery

I have a big problem. I am using KeywordQuery in server side code to return items from several lists with same contenttypeid. I have in those list some datetime columns. When i return the value from the keywordwquery search i get 3/2/2017 11:00:00…
STORM
  • 4,005
  • 11
  • 49
  • 98
0
votes
1 answer

Sharepoint 2013 Serach Rest API URL Limitation

I am using sharepoint search rest API to get the products. Here I am facing strange issue if the length of query url is less than 1800 characters I am getting response from api(verified just pasting the url in the browser) but if the length is more…
0
votes
1 answer

SPSecurity.RunWithElevatedPrivileges returns FBA user why?

I have a code to run a Search Query which I am running through a site which is having Formn Based authnetication configured. When I am logged in with the FBA user and try to perform a search query then It throws an error as Sorry, something went…
0
votes
1 answer

SharePoint online search not returning Home Pages

I cannot for the life of me work out how to return home pages within SharePoint Online search. I have a single site collection with a number of sub sites that have a home page set as the default page, however when I create a query results source in…
Keith
  • 1
  • 2
0
votes
1 answer

CAML query to retrieve files from Document libraries and Page Library

I am trying to search in Pages and Document libraries once. Is there a template in CAML that works for both document libraries and pages libraries. I have this for pages library only but it doesn't search document libraries siteDataQuery.Lists…
user388969
  • 337
  • 1
  • 9
  • 30
0
votes
0 answers

Exclude document URL from full text search Sharepoint 2013

I am building a custom search application for Sharepoint 2013 (self-hosted). When performing a full-text search, the document URL should not be taken into account. For me, the URL of the document is not only irrelevant, but the search results are…
0
votes
1 answer

How to change Alert time of SharePoint Search Result Alerts in SharePoint Online/Office 365?

By Default, SharePoint online/Office 365 provides two options for receiving Search Result Alerts. One is Daily Summary and another is Weekly Summary. I have requirement to update the frequency and want to schedule Search Alerts at a specific time.…
0
votes
1 answer

Search in specific folder on SharePoint 2013

how can I search in specific folder of a list in SharePoint 2013 with the API? A lot of tries of me failed…
Patrick
  • 829
  • 2
  • 13
  • 34
1 2 3
8 9