Summary: | Nepomuk search box in dolphin doesn't understand a leading *-wildcard | ||
---|---|---|---|
Product: | [Unmaintained] nepomuk | Reporter: | Janet <bugzilla> |
Component: | general | Assignee: | Sebastian Trueg <sebastian> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hr.denzler |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Janet
2010-12-03 15:45:08 UTC
Seems to be fixed in KDE: 4.5.80 (4.6 Beta1) Search for '*ast' finds: yast 5.Invano_Alvaro_ti_celasti_al_mondo...mp3 Hoher Kasten.jpg 'ast' finds the same files. 'ast*png' finds: yast Monitor.png SVN commit 1212019 by trueg: Use a regex filter instead of bif:contains if wildcards are used without the necessary leading chars. BUG: 258693 M +7 -19 query/comparisonterm.cpp M +46 -13 query/literalterm.cpp M +1 -2 query/literalterm_p.h M +22 -0 test/querytest.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1212019 |