Summary: | baloo does not find directory names | ||
---|---|---|---|
Product: | [Unmaintained] Baloo | Reporter: | betlogbetlog |
Component: | General | Assignee: | Vishesh Handa <me> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.13 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
betlogbetlog
2015-02-18 12:10:13 UTC
Fixed with Plasma 5.1 The problem is that names weren't properly split up in 4.13 (first release of Baloo). We could not split names by _, so the foldername '2013-12-25--17.58.35_200mmf2.8_maroochydore' would be searchable by '2013' or '12' or '25', but not by 'maroochydore' since it's in the middle. With Plasma 5.1, we're doing this better. what are the currently valid separators? "-" evidently... but what others? With Plasma 5, we're using one of the standard unicode specifications (QTextBoundaryFinder) for text splitting (along with _). With KDE4, we used Xapian's internal splitting which used - . and some others. I cannot say without checking the code. Thanks. I look forward to a fully functional baloo and krunner integration, but in the mean time it seems that kfind is a useful legacy option. |