| Summary: | searching in kmail does not work - find nothing or too few mails | ||
|---|---|---|---|
| Product: | [Applications] kmail2 | Reporter: | Martin Koller <martin> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | montel |
| Priority: | NOR | ||
| Version First Reported In: | 4.10.4 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Martin Koller
2013-06-29 13:05:20 UTC
We need query to know what is the pb There is a qdebug in 4.11 and a dialog box in 4.12 I have now my sent-mail folder open and did a search via the filter line above the message list (searching for "Re:") and also "the same" search in the find window (subject contains "Re:").
Here are the queries:
[~]# qdbus org.kde.nepomuk.services.nepomukqueryservice /nepomukqueryservice/query486 queryString
select distinct ?r ?reqProp1 where { { ?r <http://akonadi-project.org/ontologies/aneo#akonadiItemId> ?reqProp1 . ?r <http://www.semanticdesktop.org/ontologies/2007/01/19/nie#isPartOf> <nepomuk:/res/14cb1500-07b0-4d41-b0a0-23b7213a8f1a> . ?r <http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#messageSubject> ?v1 . FILTER(bif:contains(?v1, "'Re:'")) . ?r a <http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Email> . } . }
[~]# qdbus org.kde.nepomuk.services.nepomukqueryservice /nepomukqueryservice/query487 queryString
select distinct ?r ?reqProp1 where { { ?r <http://www.semanticdesktop.org/ontologies/2007/01/19/nie#isPartOf> <nepomuk:/res/14cb1500-07b0-4d41-b0a0-23b7213a8f1a> . ?r <http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#plainTextMessageContent> ?v1 . FILTER(bif:contains(?v1, "'Re:'")) . OPTIONAL { ?r <http://akonadi-project.org/ontologies/aneo#akonadiItemId> ?reqProp1 . } } . }
Ah yes, the result: The find window found 28 matches, and in the message list I have hundreds... closing as I now hope Baloo solves it. |