Skip to content

Commit e871355

Browse files
changelog entry
1 parent 1319365 commit e871355

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: changelog
3+
title: "Realtime queries: Server-side event filtering for subscriptions"
4+
date: 2026-02-16
5+
cover: /images/blog/announcing-realtime-queries/cover.png
6+
---
7+
8+
Appwrite Realtime now supports passing SDK queries when subscribing to channels. Events are filtered server-side based on your queries, so your callbacks only receive updates that match your conditions.
9+
10+
You can use queries like `Query.equal()`, `Query.notEqual()`, `Query.greaterThan()`, and more, and combine them with `Query.and()` and `Query.or()` for precise filtering. You can also subscribe to the same channel multiple times with different filters to handle different subsets of events independently.
11+
12+
Available across all Appwrite client SDKs: Web, Flutter, Apple, and Android.
13+
14+
Now live on Appwrite Cloud.
15+
16+
{% arrow_link href="/blog/post/announcing-realtime-queries" %}
17+
Read the announcement to learn more
18+
{% /arrow_link %}

0 commit comments

Comments
 (0)