From e9e937ca566b71eeb58f2f19f4c6c0e52f314743 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Wed, 30 Apr 2025 08:56:00 +0200 Subject: [PATCH] Update content/client-server-api/modules/search.md --- content/client-server-api/modules/search.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/client-server-api/modules/search.md b/content/client-server-api/modules/search.md index 5805b37e..c009fa0e 100644 --- a/content/client-server-api/modules/search.md +++ b/content/client-server-api/modules/search.md @@ -28,7 +28,8 @@ The supported keys to search over are: - `content.body` in [`m.room.message`](#mroommessage) - `content.name` in [`m.room.name`](#mroomname) -- In [`m.room.topic`](#mroomtopic), `content.topic` as well as the `body` of the `text/plain` representation in `content['m.topic']`. +- In [`m.room.topic`](/client-server-api/#mroomtopic), `content.topic` + as well as the `body` of the `text/plain` representation in `content['m.topic']`. The search will *not* include rooms that are end to end encrypted.