Skip to content

Commit 8cce54b

Browse files
authored
Update use-odata-query-operations-in-sharepoint-rest-requests.md
Lowercased first letter of OData query operators.
1 parent 9f8c78f commit 8cce54b

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
@@ -79,8 +79,8 @@ The $skiptoken option enables you to skip over items until the specified item is
7979

8080
|**Supported**|**Not supported**|
8181
|:-----|:-----|
82-
|**Numeric comparisons** Lt Le Gt Ge Eq Ne| **Arithmetic operators** (Add, Sub, Mul, Div, Mod)<br/>**Basic math functions** (round, floor, ceiling) |
83-
|**String comparisons** startsWith substringof Eq Ne| endsWith replace substring tolower toupper trim concat|
82+
|**Numeric comparisons** lt le gt ge eq ne| **Arithmetic operators** (add, sub, mul, div, mod)<br/>**Basic math functions** (round, floor, ceiling) |
83+
|**String comparisons** startswith substringof eq ne| endswith replace substring tolower toupper trim concat|
8484
|**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|
8585

8686
The following figure shows the supported OData query options.

0 commit comments

Comments
 (0)