On Fri, Oct 9, 2009 at 23:19, Michael Shoener <[email protected]> wrote: > So if I create a custom mixin and apply it to the "nt:file" node, and then > do the following query: > > //element(*,hfs:fileInfo)[jcr:contains(jcr:content, 'testing') or > jcr:contains(@hfs:description, 'testing')] > > It will return all of the nodes where the binary content matches my search > term or the "hfs:description" property value matches the search term. > > Is this correct?
Yes. I'd recommend to actually play and test with it, so you might get a sense for the best solution for you. Regards, Alex -- Alexander Klimetschek [email protected]
