Home > Searchterm

SharePoint Online Search using Rest API with query text?

Hello  Today we will cover SharePoint Search with REST API. In this tutorial, I will explain SharePoint Search API with the Query Text parameter. In my next article, I will cover Query parameters with different data types like SelectProperties, RefinementFilters, Properties etc. The Search REST service supports both HTTP POST and HTTP GET

This Article is TAGGED in , , , , , , , . Read more

Sample search term query’s of result search web part

Sample search term query's to search result through result search web part Search only document (i.e. all types but not docx type) under specific library {searchTerms} Path:"document path" AND (NOT FileType:docx) AND IsDocument:True with above query search result will not show folders.   Search in specific site only {searchTerms} Path:”site url” Example: {searchTerms} Path:"https://abc.sharepoint.com/mstest/”   Search result of

This Article is TAGGED in , . Read more