Skip to content

Commit 6cf2370

Browse files
Merge pull request SharePoint#7871 from yjiez/patch-2
Update sharepoint-search-rest-api-overview.md
2 parents 3cacf7a + 72575ef commit 6cf2370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/general-development/sharepoint-search-rest-api-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint Search REST API overview
33
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
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -587,7 +587,7 @@ GET http:// _server_/_api/search/query?querytext='sharepoint'&hithighlighted
587587

588588
A Boolean value that specifies whether to perform result type processing for the query.
589589

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**.
591591

592592
#### Sample GET request
593593

0 commit comments

Comments
 (0)