Skip to content

Commit 897931d

Browse files
authored
Update odata-query-options.md
Added some clarifications for points where I was confused
1 parent 7eda702 commit 897931d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/docs/refguide9/modeling/integration/odata-services/published-odata-services/odata-query-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This table describes how to pass values for different attribute types:
5555
| --- | --- |
5656
| String | Enclosed in single quotes (for example, `'John'`) |
5757
| Enumeration | The enumeration member name between single quotes, prefixed with the enum type (for example, `DefaultNamespace.PrimaryColor'Red'`). OData v4.01 syntax without the qualified enum type name is not supported |
58-
| Datetime | For OData 4: a plain value (for example, `2021-12-31`). For OData 3: Preceded with `datetime` and enclosed in single quotes (for example, `datetime'2021-12-31'` or `datetime'<epoch value here>'`) |
58+
| Datetime | For **OData 4**: a plain value (for example, `2021-12-31`). For **OData 3**: Preceded with `datetime` and enclosed in single quotes (for example, `datetime'2021-12-31'` or `datetime'<epoch value here>'`) |
5959
| Other | Plain value (for example, 15) |
6060

6161
### Comparison Operators
@@ -101,7 +101,7 @@ Filters can be combined with `and`, `or`, `not`, and `()`. For example: `?$filte
101101

102102
### Filtering by Association
103103

104-
You can filter on attributes of an associated entity. The way you do this depends on whether the association exposes one object or a list of objects.
104+
You can filter on attributes of an associated entity. The way you do this depends on whether the association exposes one object or a list of objects. You do not need to include the association name in the filter, only the entity name of the associated entity.
105105

106106
| Type | Example |
107107
| --- | --- |

0 commit comments

Comments
 (0)