Server-side search of unsynced messages—especially in rooms/conversations marked as archived
#2929
HammyHavoc
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
During the discussion at #2189 (comment), it occurred to me that supporting server-side search for messages that haven't yet been synced to the client could offer significant benefits. This would be particularly useful in rooms with the proposed
archived
status, where syncing full message history to every client isn't ideal or necessary.By handling the search query server-side and returning only the relevant results to the user, it could greatly reduce both server and client resource usage and bandwidth, especially for older or infrequently accessed conversations. This would also improve the experience for users accessing large or archived rooms without the overhead of syncing large histories to their device.
Beta Was this translation helpful? Give feedback.
All reactions