This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Synapse is a bit confused when searching for messages which have been edited #8686
Labels
A-Message-Search
Searching messages
O-Occasional
Affects or can be seen by some users regularly or most users rarely
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
z-WTF
Causing the user to exclaim! These issues are high impact and low effort.
foo
foo
(POST https://matrix-client.matrix.org/_matrix/client/r0/search) -> 1 result OKfoo
tobar
bar
-> 1 result (bar
) -> OKfoo
-> 1 result (bar
) -> KOIn Element Web:
Another scenario:
foo test
test
(POST https://matrix-client.matrix.org/_matrix/client/r0/search) -> 1 result OKfoo test
tobar test
test
-> 2 results -> KOI'm not sure about what is the proper fix, but I guess Synapse should only return the latest version of a message, and only if it contains the searched terms.
The text was updated successfully, but these errors were encountered: