| Summary: | Dolphin seems to add extra quotes when deleting trailing quote | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Marco Parillo <marco_parillo> |
| Component: | search | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | coderdude1999, dolphin-bugs-null, isma.af, kishore96, nate |
| Priority: | NOR | ||
| Version First Reported In: | 19.08.2 | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| URL: | https://forum.manjaro.org/t/testing-update-2019-10-13-kernels-kde-apps-firefox-llvm9-pamac-9-0/107033/41 | ||
| Latest Commit: | https://commits.kde.org/dolphin/6776fbc94760188daeca0ab30e49f645f225f008 | Version Fixed/Implemented In: | 19.12.0 |
| Sentry Crash Report: | |||
|
Description
Marco Parillo
2019-10-14 22:19:51 UTC
Discussion starts here: https://forum.manjaro.org/t/testing-update-2019-10-13-kernels-kde-apps-firefox-llvm9-pamac-9-0/107033/41? Confirmed on latest builds from the master branch. on version 19.11.70 Staging patch in Phabricator: https://phabricator.kde.org/D24422 Git commit 6776fbc94760188daeca0ab30e49f645f225f008 by Ismael Asensio.
Committed on 28/11/2019 at 21:08.
Pushed by iasensio into branch 'release/19.12'.
fix(search): Fix baloo searchString parsing
Summary:
Fix the parsing of Baloo query `searchString` to represent its parameters properly
in the search box:
# Baloo terms (`rating`, `modified`) are added to the user search text: {F7575590}
# Extra quotes are added to the search text: https://bugs.kde.org/show_bug.cgi?id=412952
This revision supersedes D24422, by making the fixes on the new dolphin query model,
instead of directly on the UI.
FIXED IN: 19.11.90
Test Plan:
- `bin/dolphinquerytest` passes without `XFAIL`s
- Dolphin search box is not garbled by search terms or quotes
Reviewers: elvisangelaccio, bruns, ngraham, #dolphin
Reviewed By: elvisangelaccio
Subscribers: kfm-devel
Tags: #dolphin
Differential Revision: https://phabricator.kde.org/D25260
M +22 -4 src/search/dolphinquery.cpp
M +0 -18 src/tests/dolphinquerytest.cpp
https://commits.kde.org/dolphin/6776fbc94760188daeca0ab30e49f645f225f008
|