Skip to content

Commit 91f1114

Browse files
authored
Update odata-query-options.md
1 parent 897931d commit 91f1114

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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. You do not need to include the association name in the filter, only the entity name of the associated entity.
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)