mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-20 13:03:42 +01:00
Rephrase usage of topics in server-side search
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
760745bdc2
commit
8df093056f
|
|
@ -28,8 +28,7 @@ The supported keys to search over are:
|
||||||
|
|
||||||
- `content.body` in [`m.room.message`](#mroommessage)
|
- `content.body` in [`m.room.message`](#mroommessage)
|
||||||
- `content.name` in [`m.room.name`](#mroomname)
|
- `content.name` in [`m.room.name`](#mroomname)
|
||||||
- `content.topic` as well as the `body` of the `text/plain` representation
|
- 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`](#mroomtopic)
|
|
||||||
|
|
||||||
The search will *not* include rooms that are end to end encrypted.
|
The search will *not* include rooms that are end to end encrypted.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue