Skip to content

Commit 6646dda

Browse files
Merge pull request SharePoint#5344 from iMinion/patch-1
Added few commas for better readability
2 parents 53bc589 + 4344f92 commit 6646dda

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
@@ -91,8 +91,8 @@ 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 |
95-
| **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 |
94+
| **String comparisons** startswith, substringof, eq, ne | endswith, replace, substring, tolower, toupper, trim, concat |
95+
| **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.
9898

0 commit comments

Comments
 (0)