You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/general-development/sharepoint-search-rest-api-overview.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: SharePoint Search REST API overview
3
3
description: Add search functionality to client and mobile applications using the Search REST service in SharePoint and any technology that supports REST web requests.
4
-
ms.date: 04/06/2022
4
+
ms.date: 04/12/2022
5
5
ms.prod: sharepoint
6
6
ms.localizationpriority: high
7
7
---
@@ -587,7 +587,7 @@ GET http:// _server_/_api/search/query?querytext='sharepoint'&hithighlighted
587
587
588
588
A Boolean value that specifies whether to perform result type processing for the query.
589
589
590
-
**true** to perform result type processing; otherwise, **false**. The default value is **true**.
590
+
**false** to perform result type processing; otherwise, **true**. The default value is **true**.
0 commit comments