matrix-static icon indicating copy to clipboard operation
matrix-static copied to clipboard

Search a rooms content

Open Miepee opened this issue 2 years ago • 5 comments

Is your feature request related to a problem? Please describe. Sometimes I want to get to a specific point in time via some sentences I can remember were said back then.

Describe the solution you'd like Implement a search feature, so one can jump to specific points in time/discussions more easily.

Miepee avatar Jun 12 '22 13:06 Miepee

Unfortunately this isn't really feasible as to search a room the user must be in the room. matrix-static specifically does not join rooms and only peeks them, so to enable this it'd need to download and sync all history for all public rooms to make them searchable which would be far outside the scope of this project which stores nothing

t3chguy avatar Jun 13 '22 07:06 t3chguy

Oh, so everytime I visit a room via a hosted matrix-static instance, it is fetching the data from the rooms?

Miepee avatar Jun 13 '22 07:06 Miepee

It holds a cache for the recently visited rooms to speed things up, but otherwise uses the peeking API

t3chguy avatar Jun 13 '22 07:06 t3chguy

So in order for this to get ever implemented, an MSC would have to be made to allow searching in public rooms without joining them.

Miepee avatar Jun 13 '22 08:06 Miepee

Most likely yes

t3chguy avatar Jun 13 '22 08:06 t3chguy