You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Marcel Reutegger <ma...@gmx.net> on 2006/10/03 20:39:31 UTC

Re: searching within the path

Paco Avila wrote:
> I want to search nodes of type type "okm:document" with the word
> "compra" in the path. I make this query but no results are returned:
> 
> SELECT * FROM okm:document WHERE jcr:path LIKE '%compra%'
> 
> Any tip?

This is not possible because it cannot be translated into XPath using 
features as defined in the jsr 170 specification.

regards
  marcel