Bug 222685 - Search toolbar always returns no values
Summary: Search toolbar always returns no values
Status: RESOLVED DUPLICATE of bug 222687
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-14 12:07 UTC by Marcus Harrison
Modified: 2010-01-18 14:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Harrison 2010-01-14 12:07:29 UTC
Version:           1.4 (using 4.3.90 (KDE 4.3.90 (KDE 4.4 RC1)), Kubuntu packages)
Compiler:          cc
OS:                Linux (i686) release 2.6.31-18-generic

Nepomuk searching works from other locations powered by krunner (plasma-netbook and krunner itself), but the search toolbar in Dolphin always returns nothing.

For example, the URL returned by Dolphin's searchbar:
nepomuksearch:/?sparql=select distinct ?r  where { { { { ?r ?v1 ?v2 . ?v2 bif:contains "'Joe*'" . } UNION { ?r ?v1 ?v3 . ?v3 ?v4 ?v2 . ?v4 <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2000/01/rdf-schema#label> . ?v2 bif:contains "'Joe*'" . } . { ?r ?v5 ?v6 . ?v6 bif:contains "'Satriani*'" . } UNION { ?r ?v5 ?v7 . ?v7 ?v8 ?v6 . ?v8 <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2000/01/rdf-schema#label> . ?v6 bif:contains "'Satriani*'" . } . } . { ?r a ?v9 . ?v9 <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject> . } UNION { ?r a ?v10 . ?v10 <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Folder> . } . } .    }

Returns nothing, but typing the same search term in KRunner (or anything powered by it's nepomuk integration) returns the correct folder (bonus points for figuring out what the search was... ;) )
Comment 1 Peter Penz 2010-01-18 14:41:37 UTC

*** This bug has been marked as a duplicate of bug 222687 ***