I've a property called "okm:name" where I store each document name. If the
document is called "hola mundo.txt" why the query

/jcr:root//*[jcr:contains(@okm:name, 'hola')]

return the document node but:

/jcr:root//*[jcr:contains(@okm:name, 'mundo')]

does not return anything?

Reply via email to