Skip to content

Commit fcda159

Browse files
authored
Merge pull request #10811 from Maismaus/patch-3
Update odata-query-options.md
2 parents 6f3dec8 + 91f1114 commit fcda159

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 only need to include the associated entity’s name in the filter, not the association name.
105105

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

0 commit comments

Comments
 (0)