You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'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:
This issue has been migrated from #8686.
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: