We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when searching inside a conversation ( group chat / direct messages ) the replies text do not appear ( not render ) on the search results.
message replies should appear in the search results
the response of the https://matrix.stg.lin-saas.com/_matrix/client/v3/search
https://matrix.stg.lin-saas.com/_matrix/client/v3/search
{ "search_categories": { "room_events": { "results": [ { "rank": 0.1, "result": { "content": { "body": "> <@testcontact:stg.lin-saas.com> is this working?\n\nbonjour", "format": "org.matrix.custom.html", "formatted_body": "<mx-reply><blockquote><a href=\"https://matrix.to/#/!rHRnSJAWJAiGrjUjfg:stg.lin-saas.com/$vycLPmi6637K6Y2sJg5D5mZQfhJyoH9rw4MNk8vng5I\">In reply to</a> <a href=\"https://matrix.to/#/@testcontact:stg.lin-saas.com\">@testcontact:stg.lin-saas.com</a><br>is this working?</blockquote></mx-reply>bonjour", "m.relates_to": { "m.in_reply_to": { "event_id": "$vycLPmi6637K6Y2sJg5D5mZQfhJyoH9rw4MNk8vng5I" } }, "msgtype": "m.text" }, "origin_server_ts": 1729753941176, "room_id": "!rHRnSJAWJAiGrjUjfg:stg.lin-saas.com", "sender": "@kferjani:stg.lin-saas.com", "type": "m.room.message", "unsigned": { "membership": "join", "age": 107497, "transaction_id": "Twake Chat web-1-1729753940926" }, "event_id": "$3-lqmsS-WL2F1Z0sy1GL1q2nhtU4C1jFdQL7tcUs0OI", "user_id": "@kferjani:stg.lin-saas.com", "age": 107497 }, "context": {} } ], "count": 1, "highlights": [ "bonjour" ], "groups": { "room_id": { "!rHRnSJAWJAiGrjUjfg:stg.lin-saas.com": { "results": [ "$3-lqmsS-WL2F1Z0sy1GL1q2nhtU4C1jFdQL7tcUs0OI" ] } } } } } }
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Describe the bug
when searching inside a conversation ( group chat / direct messages ) the replies text do not appear ( not render ) on the search results.
Pre-Bug State
To Reproduce
Expected results
message replies should appear in the search results
Context
Screenshots or Video
Screenshots / Video demonstration
reply-search-ezgif.com-mute-video.mp4
Logs
Logs
the response of the
https://matrix.stg.lin-saas.com/_matrix/client/v3/search
Additional information
No response
The text was updated successfully, but these errors were encountered: