Skip to content

Commit a53bcff

Browse files
Merge pull request SharePoint#4229 from nanddeepn/patch-10
Corrected spelling mistake
2 parents 5d92d57 + b796a8e commit a53bcff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The HTTP **POST** version of the Search REST service supports all parameters sup
5858
| [SelectProperties](#bk_SelectProperties) | string[] |
5959
| [RefinementFilters](#bk_RefinementFilters) | string[] |
6060
| [SortList](#bk_SortList) | [Sort](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Search.Query.Sort.aspx) |
61-
| [HithighlightedProperties](#bk_HithighlightedProperties) | string[] |
61+
| [HitHighlightedProperties](#bk_HitHighlightedProperties) | string[] |
6262
| [Properties](#bk_Properties) | [Microsoft.SharePoint.Client.Search.Query.KeywordQueryProperties](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Search.Query.KeywordQueryProperties.aspx) |
6363

6464
Use **POST** requests in the following scenarios:
@@ -596,9 +596,9 @@ GET http:// _server_/_api/search/query?querytext='sharepoint'&enablefql=true
596596
}
597597
```
598598

599-
<a name="bk_HithighlightedProperties"> </a>
599+
<a name="bk_HitHighlightedProperties"> </a>
600600

601-
### HithighlightedProperties
601+
### HitHighlightedProperties
602602

603603
The properties to highlight in the search result summary when the property value matches the search terms entered by the user. For **GET** requests, Specify in a string containing a comma-separated list of properties. For **POST** requests, specify as an array of strings.
604604

@@ -1284,4 +1284,4 @@ When an anonymous Search REST query is submitted, the query object is constructe
12841284
- [Search in SharePoint](search-in-sharepoint.md)
12851285
- [Using the SharePoint search Query APIs](/sharepoint/dev/general-development/using-the-sharepoint-search-query-apis)
12861286
- [What's new in SharePoint search for developers](what-s-new-in-sharepoint-search-for-developers.md)
1287-
- [Use OData query operations in SharePoint REST requests](/sharepoint/dev/sp-add-ins/use-odata-query-operations-in-sharepoint-rest-requests)
1287+
- [Use OData query operations in SharePoint REST requests](/sharepoint/dev/sp-add-ins/use-odata-query-operations-in-sharepoint-rest-requests)

0 commit comments

Comments
 (0)