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? Thanks in advance.
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? Thanks in advance.