From 8df093056ff1c28f99258dc0fe103f4fe00558b9 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Wed, 30 Apr 2025 08:50:47 +0200 Subject: [PATCH] Rephrase usage of topics in server-side search Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- content/client-server-api/modules/search.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/client-server-api/modules/search.md b/content/client-server-api/modules/search.md index 591e871c..5805b37e 100644 --- a/content/client-server-api/modules/search.md +++ b/content/client-server-api/modules/search.md @@ -28,8 +28,7 @@ The supported keys to search over are: - `content.body` in [`m.room.message`](#mroommessage) - `content.name` in [`m.room.name`](#mroomname) -- `content.topic` as well as the `body` of the `text/plain` representation - in [`m.room.topic`](#mroomtopic) +- In [`m.room.topic`](#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.