[Tracker] tracker-query + rdf



I have a questions concerning tracker-query

I just prepared a rdf file, limiting my search results to a specific search path and to files > 1000bytes:
<rdfq:Condition>
    <rdfq:and>
        <rdfq:startsWith>
            <rdfq:Property name="File:Path" />
            <rdf:String>/home/flo/stuff </rdf:String>
        </rdfq:startsWith>
            <rdfq:greaterThan>
                    <rdfq:Property name="File:Size" />
                    <rdf:Integer>1000</rdf:Integer>
              </rdfq:greaterThan>
    </rdfq:and>
</rdfq:Condition>

However, I could not get any results.
Is this the right way to search within a given directory?


Thanks for your great piece of software,
Florian

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]