Skip to content

Commit b20edaa

Browse files
Merge pull request SharePoint#7193 from modern-dev-dude/master
added arg definitions to substringof and starts with
2 parents a293e67 + 838fc28 commit b20edaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sp-add-ins/use-odata-query-operations-in-sharepoint-rest-requests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use OData query operations in SharePoint REST requests
33
description: Use a wide range of OData query string operators to select, filter, and order the data you request from the SharePoint REST service.
4-
ms.date: 1/15/2020
4+
ms.date: 08/05/2021
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -91,7 +91,7 @@ Accept: "application/json;odata=verbose"
9191
| **Supported** | **Not supported** |
9292
| :------------------------------------------------------------------------ | :--------------------------------------------------------------------------------------------------------------- |
9393
| **Numeric comparisons** (lt le gt ge eq ne) | **Arithmetic operators** (add, sub, mul, div, mod)<br/>**Basic math functions** (round, floor, ceiling) |
94-
| **String comparisons** startswith, substringof, eq, ne | endswith, replace, substring, tolower, toupper, trim, concat |
94+
| **String comparisons**<br/> startswith( {Col to query},'{string to check}' )<br/>substringof( '{string to check}', {Col to query} )<br/>eq<br/>ne | endswith, replace, substring, tolower, toupper, trim, concat |
9595
| **Date and time functions** day(), month(), year(), hour(), minute(), second() | DateTimeRangesOverlap operator<br/>Querying as to whether a date time falls inside a recurrent date time pattern |
9696

9797
The following figure shows the supported OData query options.

0 commit comments

Comments
 (0)