| Summary: | Discover should trim whitespace in input when searching | ||
|---|---|---|---|
| Product: | [Applications] Discover | Reporter: | Ben Creasy <ben> |
| Component: | discover | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | 4wy78uwh, aleixpol, nate |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | 6.3.5 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/discover/-/commit/ac955439ff6434cf2738dd3ffe05c25ff971d180 | Version Fixed/Implemented In: | 6.4.1 |
| Sentry Crash Report: | |||
| Attachments: | clipboard history | ||
|
Description
Ben Creasy
2025-06-12 17:33:27 UTC
Seems reasonable. A possibly relevant merge request was started @ https://invent.kde.org/plasma/discover/-/merge_requests/1114 Git commit d51f99e2b790daf042294f4080b4405c5e128841 by Nate Graham. Committed on 13/06/2025 at 16:24. Pushed by ngraham into branch 'master'. SearchField: trim all whitespace from search text We already trim newlines, but let's go whole-hog here and do all whitespace, since none of it serves any purpose. FIXED-IN: 6.4.1 M +1 -1 discover/qml/SearchField.qml https://invent.kde.org/plasma/discover/-/commit/d51f99e2b790daf042294f4080b4405c5e128841 Git commit ac955439ff6434cf2738dd3ffe05c25ff971d180 by Nate Graham. Committed on 13/06/2025 at 16:31. Pushed by ngraham into branch 'Plasma/6.4'. SearchField: trim all whitespace from search text We already trim newlines, but let's go whole-hog here and do all whitespace, since none of it serves any purpose. FIXED-IN: 6.4.1 (cherry picked from commit d51f99e2b790daf042294f4080b4405c5e128841) Co-authored-by: Nate Graham <nate@kde.org> M +1 -1 discover/qml/SearchField.qml https://invent.kde.org/plasma/discover/-/commit/ac955439ff6434cf2738dd3ffe05c25ff971d180 |