Skip to content

Commit c282936

Browse files
committed
add info from Liangying
1 parent 41aa5fb commit c282936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-web-pubsub/reference-odata-filter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 11/11/2022
1010

1111
# OData filter syntax in Azure Web PubSub service
1212

13-
Azure Web PubSub's **filter** parameter defines inclusion or exclusion criteria for sending messages to connections.
13+
Azure Web PubSub's **filter** parameter defines inclusion or exclusion criteria for sending messages to connections. This parameter is used in the [Send to all](/rest/api/webpubsub/dataplane/web-pub-sub/send-to-all), [Send to group](/rest/api/webpubsub/dataplane/web-pub-sub/send-to-group), and [Send to user](/rest/api/webpubsub/dataplane/web-pub-sub/send-to-user) operations.
1414

1515
This article provides the following resources:
1616

@@ -115,7 +115,7 @@ length(userId) gt 0 and length(userId) lt 3 or length(userId) gt 7 and length(us
115115
((length(userId) gt 0) and (length(userId) lt 3)) or ((length(userId) gt 7) and (length(userId) lt 10))
116116
```
117117

118-
The `not` operator has the highest precedence of all, even higher than the comparison operators. 's If you write a filter like this:
118+
The `not` operator has the highest precedence of all, even higher than the comparison operators. If you write a filter like this:
119119

120120
```odata-filter-expr
121121
not length(userId) gt 5

0 commit comments

Comments
 (0)