Jamie, Maybe I didn't describe it clearly. tracker-tag -s first -s second will return the files that match either "first" or "second", so basically a union of the two. I want just the files that contains both tags, an intersection of A and B. So the each result will contain both tag "first" and "second".
Is there a way to do this? Jimmy On Wed, 2008-07-23 at 17:15 -0400, Jamie McCracken wrote: > On Tue, 2008-07-22 at 12:40 -0700, Jimmy Huang wrote: > > I am new to Tracker. I played around with the RDF to support multiple > > keywords with no luck (see below), did I do it right or it doesn't > > support search matching multiple tags at the moment? Does anyone here > > know to do this? > > > on command line: > > tracker-tag -s first -s second > > will return all files with tags "first" and "second" > > tracker has api for multiple tag searches > > jamie > > > _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
