https://bugs.kde.org/show_bug.cgi?id=494155
Bug ID: 494155 Summary: Dolphin search with multiple terms (Baloo disabled) Classification: Applications Product: dolphin Version: unspecified Platform: Neon OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: tagwer...@innerjoin.org CC: kfm-de...@kde.org Target Milestone: --- SUMMARY: Dolphin falls back to its internal filenamesearch when Baloo is disabled. Searches for multiple terms that work with Baloo fail when Baloo is disabled STEPS TO REPRODUCE: 1... Create a test file $ echo "Hello Mary" > letter-to-mary.txt 2... If you have Baloo running and doing content indexing, search for "Hello Mary" or "Letter Mary" in Dolphin 3... Disable Baloo with $ balooctl disable (as seems to be the case, you might need to type "balooctl" or "balooctl6") 4... Repeat the tests OBSERVED RESULT: The initial searches for "Hello Mary" and "Letter Mary" work. If you fall back to Dolphin's internal filenamesearch, the content search for "Hello Mary" (with two spaces) fails. A search for "Hello Ma" works. A search for "He Mary" fails. The filename search is similar, a filename search for "letter-to-mary" works, searches for "letter to mary" or "letter mary" fails EXPECTED RESULT: There's too many ways a search query can slip through the cracks and not give you files you "know" that are there. SOFTWARE/OS VERSIONS: Neon Unstable Dolphin: 24.11.70 Plasma: 6.1.90 Frameworks: 6.7.0 Qt: 6.7.2 ADDITIONAL INFORMATION: There will be a new release of filenamesearch that uses "ripgrep" and "ripgrep-all" ("rg" and "rga"), see merge request: https://invent.kde.org/network/kio-extras/-/merge_requests/374 This bug report focuses on the original filenamesearch behaviour, if differences appear between the original and the new rg/rga searches, they'll be noted here. If there are regressions or behaviours diverge significantly, separate issues will be logged. -- You are receiving this mail because: You are watching all bug changes.