Skip to content

Commit a7421bc

Browse files
committed
Feedback
1 parent c365214 commit a7421bc

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

content/event-platform/available-filters.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Event filters let you **narrow down the events** sent to your destination by app
66

77
Filters are defined when configuring [your subscription](/event-platform/concepts.html) and are automatically evaluated during event routing.
88

9-
> ⚠️ **Note:** For now, only **one filter** can be configured per subscription. Combining multiple filters (e.g., filtering by both user and attribute) is not yet supported.
9+
> ℹ️ For now, only **one filter** can be configured per subscription. Combining multiple filters (e.g., filtering by both user and attribute) is not yet supported.
1010
1111
---
1212

13-
## `user` *(available)*
13+
## `user`
1414

1515
Use this filter to receive only events triggered by a specific user.
1616

@@ -24,7 +24,7 @@ Use this filter to receive only events triggered by a specific user.
2424

2525
---
2626

27-
## `attribute` *(available soon)*
27+
## `attribute`
2828

2929
Use this filter to receive only delta events where a specific attribute was updated.
3030

@@ -38,7 +38,7 @@ Use this filter to receive only delta events where a specific attribute was upda
3838

3939
---
4040

41-
## `scope` *(available soon)*
41+
## `scope`
4242

4343
Use this filter to receive only delta events related to a specific scope.
4444

@@ -52,7 +52,7 @@ Use this filter to receive only delta events related to a specific scope.
5252

5353
---
5454

55-
## `locale` *(available soon)*
55+
## `locale`
5656

5757
Use this filter to receive only delta events for a specific locale.
5858

content/event-platform/concepts.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ The following filters will be available soon:
185185
- scope
186186
- locale
187187

188-
In the future, additional filters and advanced conditions (such as combining multiple filters with `AND` or `OR` operators) will become available.
189-
190188
You can find the list of currently available filters and the correct syntax to use [here](/event-platform/available-filters.html).
191189

192190
### Example

0 commit comments

Comments
 (0)