Hi Kurz,

This should work using jcr:like instead of jcr:contains. So using jcr:like(., "test%") should return everything starting with 'test'.

Best regards,
Dennis
Hello everyone,

i am implementing a full textual search with xpath.

So far I have been using contains(.,"SearchString") but it doesn’t really get 
me the right results.

What I would like to have is a LIKE statement like in SQL

So for example if I am searching for "test"

I want the result to return everything that has test in it like test1, test2, 
test3

I thought contains would do that but apparently it doesn’t:-)

Anyone have an idea for me how I could get this to work?

Thx a lot in advance!

Wolfgang



--
Dennis van der Laan

Reply via email to