Bug 455987

Summary: "Search online" feature searches for HTML formatted text instead of plain text
Product: [Applications] NeoChat Reporter: Jan Bidler <janbidler00>
Component: GeneralAssignee: Tobias Fella <fella>
Status: RESOLVED FIXED    
Severity: normal CC: carl
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Jan Bidler 2022-06-26 21:44:08 UTC
SUMMARY
The "search online" feature searches for HTML formatted text, instead of plain text

STEPS TO REPRODUCE
1. Open NeoChat, login and open a room
2. Send a message containing markdown, such as "**KDE**"
3. Right click the message -> search online and use any provider

OBSERVED RESULT
The search term will be the HTML formatted text, in this case "<strong>KDE</strong>"

EXPECTED RESULT
The search term should be plain text, in this case "KDE"

SOFTWARE/OS VERSIONS
Linux: Linux Mint 20
KDE Plasma Version: 5.18.8

NeoChat: 22.04
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.5

ADDITIONAL INFORMATION
Comment 1 Jan Bidler 2022-07-15 15:53:12 UTC
This also now seems to have been fixed. Also sadly don't know the commit which fixed it :(