From 469f32821c27dea40ca789d6826c24cef1d5bf50 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Wed, 30 Apr 2025 08:56:29 +0200 Subject: [PATCH] Update content/client-server-api/modules/search.md --- content/client-server-api/modules/search.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/client-server-api/modules/search.md b/content/client-server-api/modules/search.md index c009fa0e..2705aa66 100644 --- a/content/client-server-api/modules/search.md +++ b/content/client-server-api/modules/search.md @@ -26,8 +26,8 @@ on certain keys of certain event types. The supported keys to search over are: -- `content.body` in [`m.room.message`](#mroommessage) -- `content.name` in [`m.room.name`](#mroomname) +- `content.body` in [`m.room.message`](/client-server-api/#mroommessage) +- `content.name` in [`m.room.name`](/client-server-api/#mroomname) - In [`m.room.topic`](/client-server-api/#mroomtopic), `content.topic` as well as the `body` of the `text/plain` representation in `content['m.topic']`.